Merge pull request #15836 from hashicorp/cmd-init-remove-whitespace

command/init: Remove extra whitespace
This commit is contained in:
Radek Simko 2017-08-17 17:22:58 +02:00 committed by GitHub
commit 746881065a
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()))
}