From db905ce80d08d6b102014d6517d3377580fa9648 Mon Sep 17 00:00:00 2001 From: Minh Doan Date: Fri, 20 Jul 2018 00:23:32 -0700 Subject: [PATCH] fix minor typo --- aws-experiment-launch/create_deploy_soldiers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-experiment-launch/create_deploy_soldiers.sh b/aws-experiment-launch/create_deploy_soldiers.sh index 6d0ff3a9e..1deb030ef 100755 --- a/aws-experiment-launch/create_deploy_soldiers.sh +++ b/aws-experiment-launch/create_deploy_soldiers.sh @@ -15,7 +15,7 @@ python create_solider_instances.py --regions 1,2,3,4,5,6,7,8 --instances $INSTAN echo "Sleep for $SLEEP_TIME seconds" sleep $SLEEP_TIME -echo "Rung collecint raw ips" +echo "Rung collecting raw ips" python collect_public_ips.py --instance_output instance_output.txt # sleep 10