aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/batch_rejection.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/batch_rejection.go')
-rw-r--r--ref/store/files/batch_rejection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/files/batch_rejection.go b/ref/store/files/batch_rejection.go
index a1f8e39c..6ec4bbda 100644
--- a/ref/store/files/batch_rejection.go
+++ b/ref/store/files/batch_rejection.go
@@ -3,7 +3,7 @@ package files
import (
"errors"
- "codeberg.org/lindenii/furgit/ref/store"
+ refstore "codeberg.org/lindenii/furgit/ref/store"
)
func isBatchRejected(err error) bool {