Skip to content

Commit

Permalink
remove the --buildmap from parallels optimize_disk, fix #856
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 4, 2014
1 parent f4f6700 commit d034dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/provider/parallels/box/export.rb
Expand Up @@ -175,7 +175,7 @@ def template_metadatafile
def optimize_disk
env.ui.info "Optimizing Disk"
path_to_hdd = File.join read_settings.fetch("Home"), "harddisk.hdd"
optimize_command = "#{@prldisktool} compact --buildmap --hdd #{path_to_hdd}"
optimize_command = "#{@prldisktool} compact --hdd #{path_to_hdd}"
shell_exec optimize_command
end
end #Module
Expand Down

0 comments on commit d034dfd

Please sign in to comment.