Adds trailing semi-colon as per PR comment

pull/6/head
Steve Reed 2015-01-21 10:30:58 -08:00
parent e3f7899be2
commit 0d79cfc581
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function wait_for_service_up() {
set -e; set -e;
for i in $(seq -s' ' 1 $4); do for i in $(seq -s' ' 1 $4); do
curl -s --connect-timeout 1 http://$2:$3; curl -s --connect-timeout 1 http://$2:$3;
echo echo;
done | sort | uniq done | sort | uniq
")) "))