recover argument count wrong

This commit is contained in:
John Bender 2010-08-22 00:52:37 -07:00
parent 220fff0c19
commit c248db2bf9
1 changed files with 1 additions and 1 deletions

View File

@ -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)