mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +00:00
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user