From ce4116bcb1605b5aaae2250297e7bef664006883 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:52:41 +0000 Subject: [PATCH] fix(worktree-lifecycle): use github.com as example in set-pr help --- .kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 | 1 + skills/kugetsu/scripts/kugetsu | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 .kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 diff --git a/.kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 b/.kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 new file mode 160000 index 0000000..332d7fc --- /dev/null +++ b/.kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 @@ -0,0 +1 @@ +Subproject commit 332d7fc60ace930f744d3f6622fe16504ae6a9b3 diff --git a/skills/kugetsu/scripts/kugetsu b/skills/kugetsu/scripts/kugetsu index 101de9f..e108dd8 100755 --- a/skills/kugetsu/scripts/kugetsu +++ b/skills/kugetsu/scripts/kugetsu @@ -2022,7 +2022,7 @@ main() { local pr_url="${2:-}" if [ -z "$issue_ref" ] || [ -z "$pr_url" ]; then echo "Usage: kugetsu set-pr " >&2 - echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://git.fbrns.co/shoko/kugetsu/pulls/123" >&2 + echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://github.com/shoko/kugetsu/pulls/123" >&2 exit 1 fi validate_issue_ref "$issue_ref"