chore: fix typo in repo orchestrator

This commit is contained in:
Gareth
2025-08-27 00:20:25 -07:00
parent c1c4d218b9
commit 59b5ed558b

View File

@@ -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