Skip to content

Commit a00483d

Browse files
committed
Move nfs mounting message within block
1 parent 9df95a2 commit a00483d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/synced_folders/nfs/synced_folder.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ def enable(machine, folders, nfsopts)
103103
mount_folders = {}
104104
folders.each do |id, opts|
105105
mount_folders[id] = opts.dup if opts[:guestpath]
106-
end
107106

108-
machine.ui.detail(I18n.t("vagrant.actions.vm.nfs.mounting_entry",
109-
guestpath: opts[:guestpath],
110-
hostpath: opts[:hostpath]
111-
))
107+
machine.ui.detail(I18n.t("vagrant.actions.vm.nfs.mounting_entry",
108+
guestpath: opts[:guestpath],
109+
hostpath: opts[:hostpath]
110+
))
111+
end
112112

113113
# Mount them!
114114
if machine.guest.capability?(:nfs_pre)

0 commit comments

Comments
 (0)