From aabab16069c6315b3e2ba1cf2d48be226defbbc0 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 17 Aug 2017 09:43:09 +0200 Subject: [PATCH] command/init: Remove extra whitespace --- command/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/init.go b/command/init.go index 403ca245b..3665b5b1d 100644 --- a/command/init.go +++ b/command/init.go @@ -312,7 +312,7 @@ func (c *InitCommand) getProviders(path string, state *terraform.State, upgrade var errs error if c.getPlugins { if len(missing) > 0 { - c.Ui.Output(fmt.Sprintf(" - Checking for available provider plugins on %s...", + c.Ui.Output(fmt.Sprintf("- Checking for available provider plugins on %s...", discovery.GetReleaseHost())) }