From fc3de018bcd5f309144f14ac7aec31d29ecf226a Mon Sep 17 00:00:00 2001 From: Winfried Plappert <18740761+wplapper@users.noreply.github.com> Date: Wed, 19 Nov 2025 07:29:09 +0000 Subject: [PATCH] restic copy --batch - fussy linter internal/repository/repack.go: I have to please the mighty linter. --- internal/repository/repack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/repository/repack.go b/internal/repository/repack.go index 17f4fbf3f..298c708ce 100644 --- a/internal/repository/repack.go +++ b/internal/repository/repack.go @@ -54,7 +54,7 @@ func Repack( }) } -/* the following code is a terrible hack, but there is currently no other way +/* CopyBlobs: the following code is a terrible hack, but there is currently no other way of calling the functionality in repack() without a lot duplication of code. Repack() is still called from `restic prune` via plan.Execute() inside prune.go