Get rid of tabs

This commit is contained in:
Mitchell Hashimoto 2012-02-10 17:44:49 -08:00
parent b8db119d50
commit 99ec766efe
1 changed files with 3 additions and 3 deletions

View File

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