From 26710c511c50937a50caa69cd814bbf750d9a3c4 Mon Sep 17 00:00:00 2001 From: DJ Schleen Date: Mon, 5 Apr 2021 14:26:09 -0600 Subject: [PATCH] Update cmd/reset.go Co-authored-by: Julio Jimenez --- cmd/reset.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/reset.go b/cmd/reset.go index 59fe773..1c84fbe 100644 --- a/cmd/reset.go +++ b/cmd/reset.go @@ -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