Skip to content

Commit 435b405

Browse files
author
Timothy van Zadelhoff
committed
Update run_instance.rb
fixes error reported on inspection
1 parent 8498fc1 commit 435b405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vagrant-cloudstack/action/run_instance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def call(env)
192192

193193
# Notify the user
194194
raise Errors::InstanceReadyTimeout,
195-
timeout: domain_config.instance_ready_timeout
195+
:timeout => domain_config.instance_ready_timeout
196196
end
197197
end
198198

0 commit comments

Comments
 (0)