From e2eb0e2647a1e9ff5ec846f85cb6eed1819e9caf Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 11 Feb 2016 18:01:20 -0800 Subject: [PATCH] Fix small typo in the controller deploy script Change-Id: Ibbf437da1aea21c9efee9c3aaa3381cb0e037525 Signed-off-by: Luis Gomez --- .../include-raw-integration-deploy-controller-run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh index 9cc405ddb..0c0ff7e3e 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh @@ -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..." -- 2.36.6