We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 116d50e + dffed86 commit fadb212Copy full SHA for fadb212
cmd/pbm/main.go
@@ -478,7 +478,7 @@ func (app *pbmApp) buildConfigProfileCmd() *cobra.Command {
478
Short: "Sync backup list from configuration profile",
479
RunE: app.wrapRunE(func(cmd *cobra.Command, args []string) (fmt.Stringer, error) {
480
if len(args) == 1 {
481
- removeConfigProfileOpts.name = args[0]
+ syncConfigProfileOpts.name = args[0]
482
}
483
return handleSyncConfigProfile(app.ctx, app.pbm, syncConfigProfileOpts)
484
}),
0 commit comments