Update genargs.go

This commit is contained in:
Jeff Regan
2019-11-18 09:23:06 -08:00
committed by GitHub
parent 8019cb0405
commit 277f565f2e

View File

@@ -34,7 +34,7 @@ func (g *GenArgs) String() string {
"}"
}
// NeedHashSuffix returns true if a resource
// ShouldAddHashSuffixToName returns true if a resource
// content hash should be appended to the name of the resource.
func (g *GenArgs) ShouldAddHashSuffixToName() bool {
return g.args != nil &&