chore: default against HEAD
This commit is contained in:
parent
401107df4d
commit
0c6ae682f0
|
|
@ -32,7 +32,7 @@ func main() {
|
|||
os.Exit(0)
|
||||
}
|
||||
|
||||
target := "main"
|
||||
target := "HEAD"
|
||||
if flag.NArg() > 0 {
|
||||
target = flag.Arg(0)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user