parent
5b7a4d7f6e
commit
b0919b916b
|
@ -74,7 +74,7 @@ module VagrantPlugins
|
||||||
next if type != :host
|
next if type != :host
|
||||||
|
|
||||||
path = Pathname.new(raw_path).expand_path(machine.env.root_path)
|
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",
|
errors << I18n.t("vagrant.config.chef.environment_path_missing",
|
||||||
path: raw_path.to_s)
|
path: raw_path.to_s)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue