We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c593 commit 3d9d18eCopy full SHA for 3d9d18e
lib/vagrant-cloudstack/action/terminate_instance.rb
@@ -102,7 +102,7 @@ def call(env)
102
expunge_on_destroy = domain_config.expunge_on_destroy
103
104
options = {}
105
- options['expunge'] = expunge_on_destroy if expunge_on_destroy != nil
+ options['expunge'] = expunge_on_destroy
106
107
job = server.destroy(options)
108
while true
0 commit comments