Skip to content
Snippets Groups Projects
Commit ddf83b6c authored by Karim's avatar Karim
Browse files

Fix typo

parent 1d28c1ba
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ def check_celerity_connectivity(ip): ...@@ -98,7 +98,7 @@ def check_celerity_connectivity(ip):
def check_celerity_versions(ip): def check_celerity_versions(ip):
print('Checking tha celerity server and worker uses the same version.') print('Checking that celerity server and worker uses the same version.')
try: try:
ms_out = subprocess.check_output('dpkg -s celerity-utils | grep "^Version:"', shell=True, timeout=10, universal_newlines=True) ms_out = subprocess.check_output('dpkg -s celerity-utils | grep "^Version:"', shell=True, timeout=10, universal_newlines=True)
mw_out = subprocess.check_output('ssh -t root@%s dpkg -s celerity-utils | grep "^Version:"' % ip, shell=True, timeout=10, universal_newlines=True) mw_out = subprocess.check_output('ssh -t root@%s dpkg -s celerity-utils | grep "^Version:"' % ip, shell=True, timeout=10, universal_newlines=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment