]> git.pld-linux.org Git - packages/vagrant.git/blob - no-warning.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / no-warning.patch
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 @@
4    logger.debug("Creating Vagrant environment")
5    env = Vagrant::Environment.new(opts)
6  
7 -  if !Vagrant.in_installer? && !Vagrant.very_quiet?
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 -
12    begin
13      # Execute the CLI interface, and exit with the proper error code
14      exit_status = env.cli(argv)
This page took 0.083962 seconds and 3 git commands to generate.