summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 08:49:53 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 08:50:44 +0000
commitc45e7195fcdeee739be679844fd48e1006fc6f77 (patch)
tree016e7855c69e3347785c2a5250e99c6c144af583
parent3cbaf2d351d74d8bc15bc9ca0990c68020e50ff1 (diff)
downloaddefinitions-c45e7195fcdeee739be679844fd48e1006fc6f77.tar.gz
Remove trailing whitespace.
-rwxr-xr-xscripts/release-test-os2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-test-os b/scripts/release-test-os
index a886300e..583eb80e 100755
--- a/scripts/release-test-os
+++ b/scripts/release-test-os
@@ -222,7 +222,7 @@ class DeployedSystemInstance(object):
try:
out = self.runcmd(['sh', '-c',
'test -e "$1" && echo exists || echo does not exist',
- '-',
+ '-',
'/root/cloud-init-finished'])
except:
import traceback