Export progress bar uses new syntax

This commit is contained in:
Mitchell Hashimoto 2010-04-24 03:31:51 -07:00
parent 037263da98
commit f6b95801fc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Vagrant
def export
logger.info "Exporting VM to #{ovf_path}..."
@runner.vm.export(ovf_path) do |progress|
update_progress(progress, 100, false)
update_progress(progress.percent, 100, false)
end
complete_progress