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]