Skip to content

Commit

Permalink
Merge pull request #18 from daCuJo/patch-1
Browse files Browse the repository at this point in the history
Great. Looks good. Thanks a lot.
  • Loading branch information
GM-Alex committed Jul 4, 2014
2 parents 929af19 + 6d69083 commit b3ceee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-winnfsd/cap/nfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def self.nfs_export(env, ui, id, ips, folders)
gid = env.vagrantfile.config.winnfsd.gid
uid = env.vagrantfile.config.winnfsd.uid
logging = env.vagrantfile.config.winnfsd.logging
system("#{@nfs_start_command} #{logging} #{@nfs_path_file} #{uid} #{gid}")
system("#{@nfs_start_command} #{logging} \"#{@nfs_path_file}\" #{uid} #{gid}")
sleep 2
end
end
Expand Down

0 comments on commit b3ceee3

Please sign in to comment.