Update provisioner.go

Comment should be capitalized to match exported function "VerifySSH"
This commit is contained in:
bdd 2014-08-07 13:19:03 -04:00
parent f57a2f968c
commit fd60ddaacd
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 {