mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Move nfs mounting message within block
This commit is contained in:
parent
9df95a2002
commit
a00483deba
1 changed files with 5 additions and 5 deletions
|
|
@ -103,12 +103,12 @@ module VagrantPlugins
|
|||
mount_folders = {}
|
||||
folders.each do |id, opts|
|
||||
mount_folders[id] = opts.dup if opts[:guestpath]
|
||||
end
|
||||
|
||||
machine.ui.detail(I18n.t("vagrant.actions.vm.nfs.mounting_entry",
|
||||
guestpath: opts[:guestpath],
|
||||
hostpath: opts[:hostpath]
|
||||
))
|
||||
machine.ui.detail(I18n.t("vagrant.actions.vm.nfs.mounting_entry",
|
||||
guestpath: opts[:guestpath],
|
||||
hostpath: opts[:hostpath]
|
||||
))
|
||||
end
|
||||
|
||||
# Mount them!
|
||||
if machine.guest.capability?(:nfs_pre)
|
||||
|
|
|
|||
Loading…
Reference in a new issue