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"