1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix glitch in autocorrect

This commit is contained in:
William Johnston 2016-03-01 09:55:23 -06:00 committed by William Johnston
parent 91777db59f
commit e7592dbf9d

View file

@ -17,8 +17,8 @@ module RemoteCommandHelpers
def safely_remove_file(_path)
run_vagrant_command("rm #{test_file}")
rescue
VagrantHelpers::VagrantSSHCommandError
rescue VagrantHelpers::VagrantSSHCommandError
nil
end
end