core: cleaner output when running outside installer
This commit is contained in:
parent
a0f2ca5e8b
commit
06123f9fc8
|
@ -124,7 +124,7 @@ begin
|
|||
|
||||
if !Vagrant.in_installer?
|
||||
# If we're not in the installer, warn.
|
||||
env.ui.warn(I18n.t("vagrant.general.not_in_installer"))
|
||||
env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n")
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue