Skip to content

Commit fadb212

Browse files
authored
Merge pull request #1098 from percona/PBM-1502-pbm-profile-sync-fails
PBM-1502 - Fix profile sync name
2 parents 116d50e + dffed86 commit fadb212

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)