Skip to content

Commit

Permalink
Update cmd/reset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Julio Jimenez <julio@julioj.com>
  • Loading branch information
djschleen and juliojimenez authored Apr 5, 2021
1 parent 56328db commit 26710c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ var (
Long: "Rebuilds the hooks as defined in the .hooks.yaml file.",
Run: func(cmd *cobra.Command, args []string) {
hookzHeader()
fmt.Println("Resetting git hooks\n")
fmt.Println("Resetting git hooks")
fmt.Println()
fmt.Println("[*] Removing existing hooks...")
if isErrorBool(removeHooks(), "[ERROR]") {
return
Expand Down

0 comments on commit 26710c5

Please sign in to comment.