Skip to content

Commit

Permalink
fix: set default private path
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Sep 4, 2024
1 parent 1eaf635 commit 3606d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var ErrInvalidUsage = errors.New("invalid usage")
func main() {
var err error

flag.StringVar(&PrivateRepoDir, "private", PrivateRepoDir, "private repo directory")
flag.StringVar(&PrivateRepoDir, "private-dir", "private", "private repo directory")
flag.Parse()

subcommand := flag.Arg(0)
Expand Down

0 comments on commit 3606d3d

Please sign in to comment.