Skip to content

Commit

Permalink
Fix whitespace handling for box export
Browse files Browse the repository at this point in the history
  • Loading branch information
lategoodbye authored and ngiger committed Aug 3, 2014
1 parent 3af83c7 commit 4472d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/provider/virtualbox/box/export_vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def export_vagrant(options)
end

ui.info "Exporting the box"
command = "#{@vboxcmd} export #{name} --output #{File.join(tmp_dir,'box.ovf')}"
command = "#{@vboxcmd} export \"#{name}\" --output #{File.join(tmp_dir,'box.ovf')}"
env.logger.debug("Command: #{command}")
shell_exec(command, {:mute => false})

Expand Down

0 comments on commit 4472d2d

Please sign in to comment.