testing autoupdate

This commit is contained in:
Erik Brakkee 2024-11-20 22:19:24 +01:00
parent 220b73dc49
commit befec17e06

View File

@ -65,7 +65,7 @@ func main() {
testsuites := Testsuites{}
if len(os.Args) != 2 {
fmt.Fprintf(os.Stderr, "Usage: go2junit <outputdir>\n")
fmt.Fprintf(os.Stderr, "Usage: go2junit <outputdir> \n")
os.Exit(1)
}
path := os.Args[1]