Skip to content

Commit 58e4f94

Browse files
author
Timothy van Zadelhoff
committed
Update connect_cloudstack.rb
double quoted strings
1 parent d03c336 commit 58e4f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vagrant-cloudstack/action/connect_cloudstack.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def call(env)
3636
fog_config[:cloudstack_port] = domain_config.port if domain_config.port
3737
fog_config[:cloudstack_scheme] = domain_config.scheme if domain_config.scheme
3838

39-
@logger.info("Connecting to Cloudstack...")
39+
@logger.info('Connecting to Cloudstack...')
4040
env[:cloudstack_compute] = Fog::Compute.new(fog_config)
4141

4242
@app.call(env)

0 commit comments

Comments
 (0)