From d880fceb0f48a6897e0a1dc7962af80d369029e3 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Mon, 1 Dec 2025 21:26:16 -0800 Subject: [PATCH] fixed GH issue #444 --- .beads/README.md | 2 +- cmd/bd/init.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.beads/README.md b/.beads/README.md index 8d603245..50f281f0 100644 --- a/.beads/README.md +++ b/.beads/README.md @@ -23,7 +23,7 @@ bd list bd show # Update issue status -bd update --status in-progress +bd update --status in_progress bd update --status done # Sync with git remote diff --git a/cmd/bd/init.go b/cmd/bd/init.go index 8665c20a..eb48c68d 100644 --- a/cmd/bd/init.go +++ b/cmd/bd/init.go @@ -1104,7 +1104,7 @@ bd list bd show # Update issue status -bd update --status in-progress +bd update --status in_progress bd update --status done # Sync with git remote