diff --git a/plugins/hosts/linux/cap/nfs.rb b/plugins/hosts/linux/cap/nfs.rb index ce1d0ba1b..a6e55143b 100644 --- a/plugins/hosts/linux/cap/nfs.rb +++ b/plugins/hosts/linux/cap/nfs.rb @@ -8,7 +8,7 @@ module VagrantPlugins extend Vagrant::Util::Retryable def self.nfs_apply_command(env) - "/usr/bin/exportfs -ar" + "exportfs -ar" end def self.nfs_check_command(env)