Skip to content

Commit

Permalink
Update communicator/ssh/communicator.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Kristin Laemmert <mildwonkey@users.noreply.github.com>
  • Loading branch information
jbardin and mildwonkey committed Oct 2, 2019
1 parent bbde7e3 commit 1ccf1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communicator/ssh/communicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (c *Communicator) Connect(o terraform.UIOutput) (err error) {
// long-running commands.
log.Printf("[DEBUG] starting ssh KeepAlives")

// We wont a local copy of the ssh client pointer, so that a reconnect
// We want a local copy of the ssh client pointer, so that a reconnect
// doesn't race with the running keep-alive loop.
sshClient := c.client
go func() {
Expand Down

0 comments on commit 1ccf1bd

Please sign in to comment.