Remove extraneous character

Going down? ;)
This commit is contained in:
Teemu Matilainen 2013-12-06 18:57:27 -03:00
parent 5b7a4d7f6e
commit b0919b916b
1 changed files with 1 additions and 1 deletions

View File

@ -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