From 92f3af56c5b40c0070f2eb23c8c266b4a1f79096 Mon Sep 17 00:00:00 2001 From: Peter Loron Date: Sat, 15 Nov 2025 11:53:38 -0800 Subject: [PATCH] fix: Improve missing git hook message (#306) Install hooks with 'bd hooks install' message added to bd doctor output. Co-authored-by: Peter Loron --- cmd/bd/doctor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bd/doctor.go b/cmd/bd/doctor.go index 51793984..f08d7307 100644 --- a/cmd/bd/doctor.go +++ b/cmd/bd/doctor.go @@ -1202,7 +1202,7 @@ func checkGitHooks(path string) doctorCheck { } } - hookInstallMsg := "See https://github.com/steveyegge/beads/tree/main/examples/git-hooks for installation instructions" + hookInstallMsg := "Install hooks with 'bd hooks install'. See https://github.com/steveyegge/beads/tree/main/examples/git-hooks for installation instructions" if len(installedHooks) > 0 { return doctorCheck{