Skip to content

Commit

Permalink
self rev
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fbudzynski committed Dec 16, 2024
1 parent 64fea51 commit 3f44299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/poc/generator/resource_helper_methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (s *Operation) withResourceHelperMethods(structName string, helperMethods .
case ResourceObjectTypeHelperMethod:
s.ResourceHelperMethods = append(s.ResourceHelperMethods, newResourceObjectTypeHelperMethod(structName))
default:
log.Println("No object helper method found for kind:", helperMethod)
log.Println("No resourceHelperMethod found for kind:", helperMethod)
}
}
return s
Expand Down

0 comments on commit 3f44299

Please sign in to comment.