[Bug] Resolved an issue that left the SPConfig import command unusable

This commit is contained in:
luke-hagar-sp
2023-10-03 10:11:23 -05:00
parent a2ed825df0
commit bc284ff952

View File

@@ -22,7 +22,7 @@ func newImportCommand() *cobra.Command {
Long: "\nStart an Import job in IdentityNow\n\n",
Example: "sail spconfig import",
Aliases: []string{"imp"},
Args: cobra.ExactArgs(1),
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
apiClient, err := config.InitAPIClient()