From eed24a08e31b3f7458a7db110f5799e8f83e8cf3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 28 Jan 2013 15:57:13 -0800 Subject: [PATCH] Typo in setting up synced folders --- plugins/kernel_v2/config/vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index 0a564d1ca..fea460837 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -64,7 +64,7 @@ module VagrantPlugins # @param [Hash] options Additional options. def synced_folder(hostpath, guestpath, options=nil) options ||= {} - options[:id] ||= guestpah + options[:id] ||= guestpath options[:guestpath] = guestpath options[:hostpath] = hostpath