Merge pull request #15836 from hashicorp/cmd-init-remove-whitespace
command/init: Remove extra whitespace
This commit is contained in:
commit
746881065a
|
@ -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()))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue