From fd60ddaacd10af1b1d8228887acb48e6f1824dc6 Mon Sep 17 00:00:00 2001 From: bdd Date: Thu, 7 Aug 2014 13:19:03 -0400 Subject: [PATCH] Update provisioner.go Comment should be capitalized to match exported function "VerifySSH" --- helper/ssh/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/ssh/provisioner.go b/helper/ssh/provisioner.go index a0350d1f2..53d121f5c 100644 --- a/helper/ssh/provisioner.go +++ b/helper/ssh/provisioner.go @@ -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 {