Skip to content

Commit

Permalink
Merge pull request #160 from desimone/patch-1
Browse files Browse the repository at this point in the history
helper/ssh: update provisioner.go
  • Loading branch information
mitchellh committed Aug 7, 2014
2 parents f57a2f9 + fd60dda commit ffc5d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/ssh/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type SSHConfig struct {
TimeoutVal time.Duration `mapstructure:"-"`
}

// verifySSH is used to verify the ConnInfo is usable by remote-exec
// VerifySSH is used to verify the ConnInfo is usable by remote-exec
func VerifySSH(s *terraform.ResourceState) error {
connType := s.ConnInfo["type"]
switch connType {
Expand Down

0 comments on commit ffc5d44

Please sign in to comment.