Fix small typo in the controller deploy script 30/34530/1
authorLuis Gomez <ecelgp@gmail.com>
Fri, 12 Feb 2016 02:01:20 +0000 (18:01 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 12 Feb 2016 02:01:20 +0000 (18:01 -0800)
Change-Id: Ibbf437da1aea21c9efee9c3aaa3381cb0e037525
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/include-raw-integration-deploy-controller-run-test.sh

index 9cc405ddb75b3dfeab0a8d4a73a42005289221c8..0c0ff7e3e7e769784d00f780e87c9de313d524e9 100644 (file)
@@ -104,7 +104,7 @@ while true; do
     fi
 done
 
-echo "Cool down for \${COOLDOWN_PERIOD} seconds :)..."
+echo "Cool down for ${COOLDOWN_PERIOD} seconds :)..."
 sleep ${COOLDOWN_PERIOD}
 
 echo "Listing all open ports on controller system..."