mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 14:00:15 -04:00
Fix typo
This commit is contained in:
parent
92829c4fec
commit
262e2c0192
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module VagrantPlugins
|
|||
module HostLinux
|
||||
module Cap
|
||||
class NFS
|
||||
extend Vagrant::Util::Retryabe
|
||||
extend Vagrant::Util::Retryable
|
||||
|
||||
def self.nfs_apply_command(env)
|
||||
"/usr/bin/exportfs -r"
|
||||
|
|
|
|||
Loading…
Reference in a new issue