From befec17e069dde3717140f6870140bc33cc911ad Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 20 Nov 2024 22:19:24 +0100 Subject: [PATCH] testing autoupdate --- cmd/go2junit/go2junit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/go2junit/go2junit.go b/cmd/go2junit/go2junit.go index 7dfe1ef..2f55e40 100644 --- a/cmd/go2junit/go2junit.go +++ b/cmd/go2junit/go2junit.go @@ -65,7 +65,7 @@ func main() { testsuites := Testsuites{} if len(os.Args) != 2 { - fmt.Fprintf(os.Stderr, "Usage: go2junit \n") + fmt.Fprintf(os.Stderr, "Usage: go2junit \n") os.Exit(1) } path := os.Args[1]