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:
parent
91777db59f
commit
e7592dbf9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue