Skip to content
Snippets Groups Projects
Commit 2a64198e authored by Florent Thiery's avatar Florent Thiery
Browse files

fix typo

parent c7117abc
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def check_ssh(ip):
return True
def check_apt(ip):
print('Checkout apt-get update on MediaWorker')
print('Checking apt-get update on MediaWorker')
cmd = 'ssh %s apt-get update' % ip
try:
subprocess.check_output(cmd, shell=True, timeout=10)
......
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