Skip to content

Commit c308841

Browse files
author
Timothy van Zadelhoff
committed
Update start_instance.rb
fixes error
1 parent 435b405 commit c308841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vagrant-cloudstack/action/start_instance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def call(env)
4444
rescue Fog::Errors::TimeoutError
4545
# Notify the user
4646
raise Errors::InstanceReadyTimeout,
47-
timeout: domain_config.instance_ready_timeout
47+
:timeout => domain_config.instance_ready_timeout
4848
end
4949
end
5050
rescue Fog::Compute::Cloudstack::Error => e

0 commit comments

Comments
 (0)