command/init: Remove extra whitespace

This commit is contained in:
Radek Simko 2017-08-17 09:43:09 +02:00
parent a4d182f4e5
commit aabab16069
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 1 additions and 1 deletions

View File

@ -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()))
}