Merge pull request #1599 from geetarista/provisioning-typo

Fix typo in chef provisioning
This commit is contained in:
Mitchell Hashimoto 2013-04-15 16:36:33 -07:00
commit 4d9ba0dcd3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module VagrantPlugins
@https_proxy_pass = nil if @https_proxy_pass == UNSET_VALUE
@log_level = :info if @log_level == UNSET_VALUE
@no_proxy = nil if @no_proxy == UNSET_VALUE
@provisioning_path = nil if @provisioning_path == UNSET_VALUIE
@provisioning_path = nil if @provisioning_path == UNSET_VALUE
# Make sure the log level is a symbol
@log_level = @log_level.to_sym