recover argument count wrong
This commit is contained in:
parent
220fff0c19
commit
c248db2bf9
|
@ -19,7 +19,7 @@ module Vagrant
|
|||
|
||||
@app.call(env)
|
||||
|
||||
recover # called to cleanup temp directory
|
||||
recover(env) # called to cleanup temp directory
|
||||
end
|
||||
|
||||
def recover(env)
|
||||
|
|
Loading…
Reference in New Issue