Simply typo fixes
This commit is contained in:
parent
f0fa8aa5df
commit
d30354540e
|
@ -34,7 +34,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
def export
|
def export
|
||||||
logger.info "Exporting VM to #{ovf_path} ..."
|
logger.info "Exporting VM to #{ovf_path}..."
|
||||||
@runner.vm.export(ovf_path) do |progress|
|
@runner.vm.export(ovf_path) do |progress|
|
||||||
update_progress(progress, 100)
|
update_progress(progress, 100)
|
||||||
end
|
end
|
||||||
|
|
|
@ -37,7 +37,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
def compress
|
def compress
|
||||||
logger.info "Packaging VM into #{tar_path} ..."
|
logger.info "Packaging VM into #{tar_path}..."
|
||||||
File.open(tar_path, File::CREAT | File::WRONLY, 0644) do |tar|
|
File.open(tar_path, File::CREAT | File::WRONLY, 0644) do |tar|
|
||||||
Archive::Tar::Minitar::Output.open(tar) do |output|
|
Archive::Tar::Minitar::Output.open(tar) do |output|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue