Skip to content

Commit

Permalink
fixed mounting share folder
Browse files Browse the repository at this point in the history
  • Loading branch information
avokhmin committed Oct 25, 2012
1 parent 7593aa8 commit 8f2d433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/providers/virtualbox/action/share_folders.rb
Expand Up @@ -87,7 +87,7 @@ def mount_shared_folders

# Go through each folder and mount
folders.each do |name, data|
if data[:guestpath]
unless data[:guestpath].empty?
# Guest path specified, so mount the folder to specified point
@env[:ui].info(I18n.t("vagrant.actions.vm.share_folders.mounting_entry",
:name => name,
Expand Down

0 comments on commit 8f2d433

Please sign in to comment.