Skip to content

Commit

Permalink
Fixing a typo in enabling a rule (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Kulash authored Jan 27, 2021
1 parent 5d8a0c6 commit a801220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func enableRuleCmd(cli *cli) *cobra.Command {

cmd := &cobra.Command{
Use: "enable",
Short: "Emable a rule",
Short: "Enable a rule",
PreRun: func(cmd *cobra.Command, args []string) {
prepareInteractivity(cmd)
},
Expand Down

0 comments on commit a801220

Please sign in to comment.