From eedaff873b782e3c2e5d6e40220b9ffda540e2b2 Mon Sep 17 00:00:00 2001 From: istratem Date: Thu, 2 Apr 2020 11:56:58 +0300 Subject: [PATCH] Fixed unauth post bug --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 6306b79..3d98127 100644 --- a/main.go +++ b/main.go @@ -41,8 +41,10 @@ func main() { log.Printf("gotestmng version %s\n", version) os.Exit(0) } + log.Println(opts) if opts.Post == true { if opts.GitUnAuth == true { + log.Println(os.Args) log.Error("can not post issues without authentication") os.Exit(1) }