Fix some Ruby
This commit is contained in:
parent
764e151672
commit
eac1960d45
|
@ -13,8 +13,9 @@ module Vagrant
|
|||
def initialize(app, env, place=nil)
|
||||
@app = app
|
||||
@logger = Log4r::Logger.new("vagrant::action::builtin::provision_cleanup")
|
||||
@place ||= :after
|
||||
@place = @place.to_sym
|
||||
|
||||
place ||= :after
|
||||
@place = place.to_sym
|
||||
end
|
||||
|
||||
def call(env)
|
||||
|
|
Loading…
Reference in New Issue