We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061eedc commit 1e5dd0fCopy full SHA for 1e5dd0f
gilc.go
@@ -62,7 +62,7 @@ func Setup(description string, pmain func(IData), pcommand func(IData, []string)
62
func Run() {
63
switch os.Args[1] {
64
case "init":
65
- fmt.Printf(`{"Desription": "%s"}`+"\n", Plugin.Description)
+ fmt.Printf(`{"Description": "%s"}`+"\n", Plugin.Description)
66
case "main":
67
Plugin.Main(Plugin.Data)
68
break
0 commit comments