mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix remote/downloaded shell scripts
The temporary shell script that we downloaded the script too was being deleted twice, thus causing an error on the secondary delete.
This commit is contained in:
parent
392269a8eb
commit
cc905d7923
1 changed files with 0 additions and 2 deletions
|
|
@ -141,8 +141,6 @@ module VagrantPlugins
|
|||
ensure
|
||||
download_path.delete if download_path.file?
|
||||
end
|
||||
|
||||
download_path.delete
|
||||
elsif config.path
|
||||
# Just yield the path to that file...
|
||||
root_path = @machine.env.root_path
|
||||
|
|
|
|||
Loading…
Reference in a new issue