Skip to content

Commit b4f75a9

Browse files
Updates url
1 parent b0cb8e0 commit b4f75a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/gk/cli/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class GkCliIntegrationProvider implements Disposable {
152152

153153
try {
154154
// Download the MCP proxy installer
155-
const proxyUrl = `https://api.gitkraken.dev/releases/gkcli-proxy/production/${platformName}/${architecture}/active`;
155+
const proxyUrl = this.container.urls.getGkApiUrl('releases', 'gkcli-proxy', 'production', platformName, architecture, 'active');
156156

157157
let response = await fetch(proxyUrl);
158158
if (!response.ok) {

0 commit comments

Comments
 (0)