Get rid of tabs
This commit is contained in:
parent
b8db119d50
commit
99ec766efe
|
@ -40,9 +40,9 @@ module Vagrant
|
|||
# Don't delete the tar_path if the error is that the output already
|
||||
# exists, since this will nuke the user's previous file.
|
||||
if !env["vagrant.error"].is_a?(Errors::PackageOutputExists)
|
||||
# Cleanup any packaged files if the packaging failed at some point.
|
||||
File.delete(tar_path) if File.exist?(tar_path)
|
||||
end
|
||||
# Cleanup any packaged files if the packaging failed at some point.
|
||||
File.delete(tar_path) if File.exist?(tar_path)
|
||||
end
|
||||
end
|
||||
|
||||
# This method copies the include files (passed in via command line)
|
||||
|
|
Loading…
Reference in New Issue