25 lines
721 B
Diff
25 lines
721 B
Diff
|
From: Antonio Terceiro <terceiro@debian.org>
|
||
|
Date: Sat, 11 Oct 2014 16:54:58 -0300
|
||
|
Subject: bin/vagrant: silence warning about installer
|
||
|
|
||
|
---
|
||
|
bin/vagrant | 5 -----
|
||
|
1 file changed, 5 deletions(-)
|
||
|
|
||
|
diff --git a/bin/vagrant b/bin/vagrant
|
||
|
index fce68c8..452ace8 100755
|
||
|
--- a/bin/vagrant
|
||
|
+++ b/bin/vagrant
|
||
|
@@ -164,11 +164,6 @@ begin
|
||
|
logger.debug("Creating Vagrant environment")
|
||
|
env = Vagrant::Environment.new(opts)
|
||
|
|
||
|
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
|
||
|
- # If we're not in the installer, warn.
|
||
|
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
|
||
|
- end
|
||
|
-
|
||
|
begin
|
||
|
# Execute the CLI interface, and exit with the proper error code
|
||
|
exit_status = env.cli(argv)
|