Skip to content

Commit

Permalink
fix: fix command description
Browse files Browse the repository at this point in the history
  • Loading branch information
LMaxence committed Nov 8, 2024
1 parent 83eb1b3 commit 7ed75a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func initFn(args InitCommandArguments) error {
var InitCommand *cli.Command = &cli.Command{
Name: string(InitCommandName),
Aliases: []string{"i"},
Usage: "load and run git hooks based on staged Git changes",
Usage: "initialize Git hooks script files to run Gookme",
Flags: []cli.Flag{
&cli.StringSliceFlag{
Name: "types",
Expand Down
2 changes: 1 addition & 1 deletion packages/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ releasing a new version of the CLI.
==================================================================== */

const GOOKME_CLI_VERSION = "0.7.1"
const GOOKME_CLI_VERSION = "0.7.2"

0 comments on commit 7ed75a3

Please sign in to comment.