]> git.pld-linux.org Git - packages/vagrant.git/blame - no-warning.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / no-warning.patch
CommitLineData
89565a92
ER
1--- vagrant-1.6.3/bin/vagrant~ 2014-07-22 06:02:40.000000000 +0300
2+++ vagrant-1.6.3/bin/vagrant 2014-07-22 06:06:52.465833858 +0300
3@@ -156,11 +156,6 @@
4d0de610
ER
4 logger.debug("Creating Vagrant environment")
5 env = Vagrant::Environment.new(opts)
1539a824 6
89565a92 7- if !Vagrant.in_installer? && !Vagrant.very_quiet?
4d0de610
ER
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.060872 seconds and 4 git commands to generate.