diff options
Diffstat (limited to 'cmd/show-object/run.go')
| -rw-r--r-- | cmd/show-object/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/show-object/run.go b/cmd/show-object/run.go index f1a6fc6d..4a322f1f 100644 --- a/cmd/show-object/run.go +++ b/cmd/show-object/run.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "codeberg.org/lindenii/furgit/repository" + "lindenii.org/go/furgit/repository" ) func run(repoPath, name *string) error { |
