From b6d5f799dec08967033ff4b7143c17fe1432405f Mon Sep 17 00:00:00 2001 From: hahwul Date: Mon, 28 Sep 2020 08:35:26 +0900 Subject: [PATCH] fixed bug --- add-tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-tool.go b/add-tool.go index 25c6abf..08ba2ae 100644 --- a/add-tool.go +++ b/add-tool.go @@ -192,7 +192,7 @@ func main() { fmt.Println("[+] What is method(e.g XSS, WVS, SSL, ETC..)?") method, _ := reader1.ReadString('\n') method = strings.TrimRight(method, "\r\n") - writeJSON(m[choicetype], name, method, "| "+m[choicetype]+"/"+method+" | ["+name+"]("+*repourl+") | "+udesc+"|![](https://img.shields.io/static/v1?label=&message=it's not github&color=gray)|![](https://img.shields.io/static/v1?label=&message=it's not github&color=gray)",udesc) + writeJSON(m[choicetype], name, method, "| "+m[choicetype]+"/"+method+" | ["+name+"]("+*repourl+") | "+udesc+"|![](https://img.shields.io/static/v1?label=&message=it's%20not%20github&color=gray)|![](https://img.shields.io/static/v1?label=&message=it's%20not%20github&color=gray)",udesc) } if *first {