From 262e2c0192ae3ab92f168b8a73f50a2b6ed8692f Mon Sep 17 00:00:00 2001 From: Gustavo Gama Date: Wed, 15 Jan 2014 09:40:41 -0200 Subject: [PATCH] Fix typo --- plugins/hosts/linux/cap/nfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hosts/linux/cap/nfs.rb b/plugins/hosts/linux/cap/nfs.rb index e5aceefe7..cb8288ef4 100644 --- a/plugins/hosts/linux/cap/nfs.rb +++ b/plugins/hosts/linux/cap/nfs.rb @@ -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"