Skip to content

Commit d03c336

Browse files
author
Timothy van Zadelhoff
committed
Update connect_cloudstack.rb
refactor double quoted strings
1 parent 0f9c020 commit d03c336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/vagrant-cloudstack/action/connect_cloudstack.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
require "fog"
2-
require "log4r"
1+
require 'fog'
2+
require 'log4r'
33

44
module VagrantPlugins
55
module Cloudstack
@@ -10,7 +10,7 @@ module Action
1010
class ConnectCloudstack
1111
def initialize(app, env)
1212
@app = app
13-
@logger = Log4r::Logger.new("vagrant_cloudstack::action::connect_cloudstack")
13+
@logger = Log4r::Logger.new('vagrant_cloudstack::action::connect_cloudstack')
1414
end
1515

1616
def call(env)

0 commit comments

Comments
 (0)