]> git.pld-linux.org Git - packages/vagrant.git/blame - no-warning.patch
requires ruby 2.0+
[packages/vagrant.git] / no-warning.patch
CommitLineData
4d0de610
ER
1--- vagrant-1.5.0/bin/vagrant~ 2014-03-10 07:50:03.000000000 +0200
2+++ vagrant-1.5.0/bin/vagrant 2014-03-13 07:17:05.591081469 +0200
3@@ -137,11 +137,6 @@
4 logger.debug("Creating Vagrant environment")
5 env = Vagrant::Environment.new(opts)
1539a824 6
4d0de610
ER
7- if !Vagrant.in_installer?
8- # If we're not in the installer, warn.
9- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
10- end
11-
1539a824 12 begin
4d0de610
ER
13 # Execute the CLI interface, and exit with the proper error code
14 exit_status = env.cli(argv)
This page took 0.061792 seconds and 4 git commands to generate.