mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-29 16:00:57 +00:00
fix: wrong order of parameters in task name (#1168)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
This commit is contained in:
@@ -17,7 +17,7 @@ func NewOneoffForgetTask(repo *v1.Repo, planID string, flowID int64, at time.Tim
|
||||
OneoffTask: OneoffTask{
|
||||
BaseTask: BaseTask{
|
||||
TaskType: "forget",
|
||||
TaskName: fmt.Sprintf("forget for plan %q in repo %q", repo.Id, planID),
|
||||
TaskName: fmt.Sprintf("forget for plan %q in repo %q", planID, repo.Id),
|
||||
TaskRepo: repo,
|
||||
TaskPlanID: planID,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user