diff options
Diffstat (limited to 'ref/store/files/batch_rejection.go')
| -rw-r--r-- | ref/store/files/batch_rejection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/files/batch_rejection.go b/ref/store/files/batch_rejection.go index 7f31536c..a59aa2db 100644 --- a/ref/store/files/batch_rejection.go +++ b/ref/store/files/batch_rejection.go @@ -3,7 +3,7 @@ package files import ( "errors" - refstore "codeberg.org/lindenii/furgit/ref/store" + refstore "lindenii.org/go/furgit/ref/store" ) func isBatchRejected(err error) bool { |
