communicator/ssh: missing newline on bastion host output

pull/2757/head
Paul Hinze 11 years ago
parent b83582d9d1
commit 814d05b96e

@ -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"+

Loading…
Cancel
Save