Merge pull request #160 from desimone/patch-1

helper/ssh: update provisioner.go
This commit is contained in:
Mitchell Hashimoto 2014-08-07 11:15:08 -07:00
commit ffc5d4437a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {