Merge pull request #2830 from gustavobgama/fix/master/nfs_typo
Fix typo
This commit is contained in:
commit
0a0d82469f
|
@ -5,7 +5,7 @@ module VagrantPlugins
|
||||||
module HostLinux
|
module HostLinux
|
||||||
module Cap
|
module Cap
|
||||||
class NFS
|
class NFS
|
||||||
extend Vagrant::Util::Retryabe
|
extend Vagrant::Util::Retryable
|
||||||
|
|
||||||
def self.nfs_apply_command(env)
|
def self.nfs_apply_command(env)
|
||||||
"/usr/bin/exportfs -r"
|
"/usr/bin/exportfs -r"
|
||||||
|
|
Loading…
Reference in New Issue