communicator/ssh: missing newline on bastion host output

This commit is contained in:
Paul Hinze 2015-07-16 12:16:39 -05:00
parent b83582d9d1
commit 814d05b96e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func (c *Communicator) Connect(o terraform.UIOutput) (err error) {
if c.connInfo.BastionHost != "" {
o.Output(fmt.Sprintf(
"Using configured bastion host..."+
"Using configured bastion host...\n"+
" Host: %s\n"+
" User: %s\n"+
" Password: %t\n"+