Export progress bar uses new syntax
This commit is contained in:
parent
037263da98
commit
f6b95801fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue