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 d03c336 commit 58e4f94Copy full SHA for 58e4f94
lib/vagrant-cloudstack/action/connect_cloudstack.rb
@@ -36,7 +36,7 @@ def call(env)
36
fog_config[:cloudstack_port] = domain_config.port if domain_config.port
37
fog_config[:cloudstack_scheme] = domain_config.scheme if domain_config.scheme
38
39
- @logger.info("Connecting to Cloudstack...")
+ @logger.info('Connecting to Cloudstack...')
40
env[:cloudstack_compute] = Fog::Compute.new(fog_config)
41
42
@app.call(env)
0 commit comments