core: cleaner output when running outside installer

This commit is contained in:
Mitchell Hashimoto 2014-01-17 10:39:36 -08:00
parent a0f2ca5e8b
commit 06123f9fc8
1 changed files with 1 additions and 1 deletions

View File

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