diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-08 13:47:01 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-08 13:47:01 +0530 |
| commit | b192347b02fd0e4070a6d2e17cce97718d261594 (patch) | |
| tree | aed340d7eb9035b536e9d38a70b50627d3cccd1f /packages/vagrant/unofficial-installation-nowarn.patch | |
| parent | 145d1c7b4fa2e521711f018593771e18aa6644cf (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | packages/vagrant/unofficial-installation-nowarn.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/vagrant/unofficial-installation-nowarn.patch b/packages/vagrant/unofficial-installation-nowarn.patch new file mode 100644 index 0000000..0ea8b51 --- /dev/null +++ b/packages/vagrant/unofficial-installation-nowarn.patch @@ -0,0 +1,16 @@ +diff --git a/bin/vagrant b/bin/vagrant +index 7ca30b391..d3f4ea61a 100755 +--- a/bin/vagrant ++++ b/bin/vagrant +@@ -221,11 +221,6 @@ begin + end + end + +- 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 +- + # Acceptable experimental flag values include: + # + # Unset - Disables experimental features |
