Revert "capitalization fix"

This reverts commit 7382300165.
This commit is contained in:
james.haytko
2023-11-14 12:38:40 -06:00
parent 7382300165
commit d82bac8858
7 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ func newCreateCommand() *cobra.Command {
log.Debug("Transform", "transform", transform)
if transform.GetName() == "" {
return fmt.Errorf("transform must have a name")
return fmt.Errorf("The transform must have a name")
}
apiClient, err := config.InitAPIClient()