mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +00:00
Changed the configuration to follow the new sail command
This commit is contained in:
@@ -21,7 +21,7 @@ const (
|
||||
func NewConnCmd(client client.Client) *cobra.Command {
|
||||
conn := &cobra.Command{
|
||||
Use: "connectors",
|
||||
Short: "Manage Connectors",
|
||||
Short: "Manage connectors",
|
||||
Aliases: []string{"conn"},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
_, _ = fmt.Fprintf(command.OutOrStdout(), command.UsageString())
|
||||
|
||||
Reference in New Issue
Block a user