mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
only fixed original capitalization changes
This commit is contained in:
@@ -49,7 +49,7 @@ func newCreateCommand() *cobra.Command {
|
||||
log.Debug("Transform", "transform", transform)
|
||||
|
||||
if transform.GetName() == "" {
|
||||
return fmt.Errorf("The transform must have a name")
|
||||
return fmt.Errorf("the transform must have a name")
|
||||
}
|
||||
|
||||
apiClient, err := config.InitAPIClient()
|
||||
|
||||
@@ -143,7 +143,7 @@ func newPreviewCommand() *cobra.Command {
|
||||
accountAttName = def.Input.Attributes.AttributeName
|
||||
sourceName = def.Input.Attributes.SourceName
|
||||
} else {
|
||||
return fmt.Errorf("Unknown transform definition encountered when parsing identity profile: " + transType)
|
||||
return fmt.Errorf("unknown transform definition encountered when parsing identity profile: " + transType)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user