mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-10-30 12:17:03 +00:00
chore: fix typo in repo orchestrator
This commit is contained in:
@@ -218,7 +218,7 @@ func (r *RepoOrchestrator) Forget(ctx context.Context, plan *v1.Plan, tags []str
|
||||
restic.WithFlags("--group-by", ""),
|
||||
)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("get snapshots for repo %v: %w", r.repoConfig.Id, err)
|
||||
return nil, fmt.Errorf("forget snapshots for repo %v: %w", r.repoConfig.Id, err)
|
||||
}
|
||||
|
||||
var forgotten []*v1.ResticSnapshot
|
||||
|
||||
Reference in New Issue
Block a user