Merge "Fix small typo in the controller deploy script"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 12 Feb 2016 03:11:58 +0000 (03:11 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 12 Feb 2016 03:11:58 +0000 (03:11 +0000)
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..."