scli 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/plugins/terminate-instance.rb +1 -1
- data/scli.gemspec +1 -1
- metadata +1 -1
@@ -11,7 +11,7 @@ module Scli
|
|
11
11
|
puts "Could not find server #{instance_id}, please check instance_id and state and retry."
|
12
12
|
else
|
13
13
|
if server.destroy
|
14
|
-
|
14
|
+
print_servers(server)
|
15
15
|
puts "Is being destroyed...".red
|
16
16
|
else
|
17
17
|
puts "Could not destroy server #{instance_id}, please check instance_id and state and retry."
|
data/scli.gemspec
CHANGED