mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
restic copy --batch - fussy linter
internal/repository/repack.go: I have to please the mighty linter.
This commit is contained in:
parent
b87f7586e4
commit
fc3de018bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue