diff options
Diffstat (limited to 'cmd/show-object')
| -rw-r--r-- | cmd/show-object/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/show-object/main.go b/cmd/show-object/main.go index 47326269..6d27ffad 100644 --- a/cmd/show-object/main.go +++ b/cmd/show-object/main.go @@ -27,7 +27,7 @@ func main() { } } -func run(repoPath *string, name *string) error { +func run(repoPath, name *string) error { root, err := os.OpenRoot(*repoPath) if err != nil { return fmt.Errorf("open repo root: %w", err) |
