Skip to content

Commit

Permalink
fix: lang
Browse files Browse the repository at this point in the history
jiko21 committed Jan 15, 2024
1 parent beffb9a commit b6f831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "GOMI"
app.Usage = "Branch delete tool made by Golang"
app.Usage = "Branch delete tool made with Golangg"
app.Version = "1.0.0"
app.Action = func(c *cli.Context) error {
if c.NArg() == 1 && c.Args().Get(0) == "init" {

0 comments on commit b6f831e

Please sign in to comment.