diff --git a/add-tool b/add-tool
index cfee01c..deb4476 100755
Binary files a/add-tool and b/add-tool differ
diff --git a/add-tool.go b/add-tool.go
index bdd1fbb..2051678 100644
--- a/add-tool.go
+++ b/add-tool.go
@@ -127,7 +127,7 @@ func main() {
fmt.Println("What is type?")
_, err = fmt.Scan(&choicetype)
fmt.Println(m[choicetype])
- writeJSON(m[choicetype], name, "| ["+name+"]("+*repourl+") | "+desc+" |  |  | 


 |")
+ writeJSON(m[choicetype], name, "| ["+name+"]("+*repourl+") | "+desc+" |  |  | 


 |")
} else {
reader := bufio.NewReader(os.Stdin)
fmt.Println("[+] What is name?")