fixed case
This commit is contained in:
parent
37f383a6af
commit
5adbff376f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user