Skip to content

Commit

Permalink
rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Oct 22, 2023
1 parent 5367232 commit f5eee40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/RandoLGTM
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var rootCmd = &cobra.Command{
Use: "lgtmapp",
Use: "RandoLGTM",
Short: "LGTM message generator",
Long: `This is a CLI tool for generating and managing LGTM messages.`,
}
Expand Down
Binary file removed lgtmapp
Binary file not shown.

0 comments on commit f5eee40

Please sign in to comment.