chore: default against HEAD

This commit is contained in:
Tommy Guo 2026-02-01 23:48:53 -05:00
parent 401107df4d
commit 0c6ae682f0

View File

@ -32,7 +32,7 @@ func main() {
os.Exit(0) os.Exit(0)
} }
target := "main" target := "HEAD"
if flag.NArg() > 0 { if flag.NArg() > 0 {
target = flag.Arg(0) target = flag.Arg(0)
} }