mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +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)
|
log.Debug("Transform", "transform", transform)
|
||||||
|
|
||||||
if transform.GetName() == "" {
|
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()
|
apiClient, err := config.InitAPIClient()
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ func newPreviewCommand() *cobra.Command {
|
|||||||
accountAttName = def.Input.Attributes.AttributeName
|
accountAttName = def.Input.Attributes.AttributeName
|
||||||
sourceName = def.Input.Attributes.SourceName
|
sourceName = def.Input.Attributes.SourceName
|
||||||
} else {
|
} 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