mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix string parse error in the environment path missing error message.
This commit is contained in:
parent
2209d7621b
commit
3f29be0de2
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ module VagrantPlugins
|
|||
if !expanded_environment_file.file? && !expanded_environment_file.directory?
|
||||
errors << I18n.t("vagrant.provisioners.puppet.environment_missing",
|
||||
environment: environment.to_s,
|
||||
environment_path: expanded_path.to_s)
|
||||
environmentpath: expanded_path.to_s)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue