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