Skip to content

Commit

Permalink
chore: change cli download url (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ authored Sep 11, 2024
1 parent b8e76fc commit a247212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snyk/common/languageServer/staticLsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface IStaticLsApi {
}

export class StaticLsApi implements IStaticLsApi {
private readonly baseUrl = `https://static.snyk.io/snyk-ls/${PROTOCOL_VERSION}`;
private readonly baseUrl = `https://downloads.snyk.io/snyk-ls/${PROTOCOL_VERSION}`;

constructor(
private readonly workspace: IVSCodeWorkspace,
Expand Down

0 comments on commit a247212

Please sign in to comment.