From a718e228a4741f02b9bf146c7a4fbd0c07f09076 Mon Sep 17 00:00:00 2001 From: sophia Date: Mon, 12 Sep 2022 11:25:38 -0400 Subject: [PATCH] Colour go experimental warning --- internal/cli/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/base.go b/internal/cli/base.go index eb279f76c..1bf512731 100644 --- a/internal/cli/base.go +++ b/internal/cli/base.go @@ -201,7 +201,7 @@ not work as you expect and this version of Vagrant is not compatible with the stable version of Vagrant. For more information about vagrant-go read the docs at https://www.vagrantup.com/docs/experimental/vagrant_go. To disable this warning set the environment variable 'VAGRANT_SUPPRESS_GO_EXPERIMENTAL_WARNING'. -`) +`, terminal.WithWarningStyle()) } homeConfigPath, err := paths.NamedVagrantConfig(bc.flagBasis)