diff options
Diffstat (limited to 'internal/testgit/repo_cat_file.go')
| -rw-r--r-- | internal/testgit/repo_cat_file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_cat_file.go b/internal/testgit/repo_cat_file.go index 1325cf6f..7dbd2c43 100644 --- a/internal/testgit/repo_cat_file.go +++ b/internal/testgit/repo_cat_file.go @@ -3,7 +3,7 @@ package testgit import ( "testing" - "codeberg.org/lindenii/furgit/objectid" + objectid "codeberg.org/lindenii/furgit/object/id" ) // CatFile returns raw output from git cat-file. |
