Merge branch 'master' of github.com:pulumi/coconut

This commit is contained in:
joeduffy 2017-03-06 14:20:34 +00:00
commit 5318d5af57

View file

@ -15,7 +15,7 @@ func MaybeCheckError(failures []*cocorpc.CheckFailure) error {
return nil
}
str := fmt.Sprintf("%d of this security group rule's properties failed validation:")
str := fmt.Sprintf("%d of this security group rule's properties failed validation:", len(failures))
for _, failure := range failures {
str += fmt.Sprintf("\n\t%v: %v", failure.Property, failure.Reason)
}