mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
commit
d6a71c51cc
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ module Fog
|
||||||
requires :id
|
requires :id
|
||||||
|
|
||||||
opts = {}
|
opts = {}
|
||||||
opts.merge({'ForceDelete' => true}) if options[:force]
|
opts.merge!({'ForceDelete' => true}) if options[:force]
|
||||||
|
|
||||||
connection.delete_auto_scaling_group(id, opts)
|
connection.delete_auto_scaling_group(id, opts)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue