From b0919b916bb7543dc10c6e91094d20aadeeb1171 Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Fri, 6 Dec 2013 18:57:27 -0300 Subject: [PATCH] Remove extraneous character Going down? ;) --- plugins/provisioners/chef/config/chef_solo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/chef/config/chef_solo.rb b/plugins/provisioners/chef/config/chef_solo.rb index 07ae43f24..32eb5b1dd 100644 --- a/plugins/provisioners/chef/config/chef_solo.rb +++ b/plugins/provisioners/chef/config/chef_solo.rb @@ -74,7 +74,7 @@ module VagrantPlugins next if type != :host path = Pathname.new(raw_path).expand_path(machine.env.root_path) - if !path.directory?j + if !path.directory? errors << I18n.t("vagrant.config.chef.environment_path_missing", path: raw_path.to_s) end