fixed case
This commit is contained in:
parent
37f383a6af
commit
5adbff376f
@ -13,8 +13,7 @@ module StackCommands
|
|||||||
sleep_times.each do |sleep_time|
|
sleep_times.each do |sleep_time|
|
||||||
sleep sleep_time
|
sleep sleep_time
|
||||||
stack.sync_details!
|
stack.sync_details!
|
||||||
puts stack.stack_status
|
case stack.stack_status
|
||||||
case
|
|
||||||
when 'CREATE_IN_PROGRESS'
|
when 'CREATE_IN_PROGRESS'
|
||||||
out << "."
|
out << "."
|
||||||
out.flush
|
out.flush
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user