fixed case

This commit is contained in:
Anton Martynov 2015-08-20 22:15:34 +03:00
parent 37f383a6af
commit 5adbff376f

View File

@ -13,8 +13,7 @@ module StackCommands
sleep_times.each do |sleep_time|
sleep sleep_time
stack.sync_details!
puts stack.stack_status
case
case stack.stack_status
when 'CREATE_IN_PROGRESS'
out << "."
out.flush