From 3ec3ba1533ace29c2ea7b9f77fb7b0a557497423 Mon Sep 17 00:00:00 2001 From: Michal Vavrinec Date: Wed, 1 Jul 2026 11:09:08 +0200 Subject: [PATCH] HYPERFLEET-1307 - fix: correct plugin installation command in hyperfleet-jira README The install command referenced the full GitHub org/repo path instead of the marketplace name, causing a "Marketplace not found" error. - Change marketplace reference from `openshift-hyperfleet/hyperfleet-claude-plugins` to `hyperfleet-claude-plugins` --- hyperfleet-jira/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperfleet-jira/README.md b/hyperfleet-jira/README.md index 7e24a23..e330537 100644 --- a/hyperfleet-jira/README.md +++ b/hyperfleet-jira/README.md @@ -83,7 +83,7 @@ rm -rf "jira_${VERSION#v}_linux_x86_64" "jira_${VERSION#v}_linux_x86_64.tar.gz" 2. **Install the JIRA plugin:** ``` - /plugin install hyperfleet-jira@openshift-hyperfleet/hyperfleet-claude-plugins + /plugin install hyperfleet-jira@hyperfleet-claude-plugins ``` 3. **Restart Claude Code** to load the plugin.