Skip to content

Commit e54ad2e

Browse files
committed
fix profile sync name
1 parent 580a3c9 commit e54ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ func (app *pbmApp) buildConfigProfileCmd() *cobra.Command {
478478
Short: "Sync backup list from configuration profile",
479479
RunE: app.wrapRunE(func(cmd *cobra.Command, args []string) (fmt.Stringer, error) {
480480
if len(args) == 1 {
481-
removeConfigProfileOpts.name = args[0]
481+
syncConfigProfileOpts.name = args[0]
482482
}
483483
return handleSyncConfigProfile(app.ctx, app.pbm, syncConfigProfileOpts)
484484
}),

0 commit comments

Comments
 (0)