Skip to content

Commit

Permalink
lsp: invalid binaries endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc committed Oct 20, 2023
1 parent f7ba7ec commit 515e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/lsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import os from "os";
import { SemVer } from "semver";

// This endpoint returns a string with the latest LSP version.
const BINARIES_ENDPOINT = "https://binaries.materializes.com";
const BINARIES_ENDPOINT = "https://binaries.materialize.com";
const LATEST_VERSION_ENDPOINT = `${BINARIES_ENDPOINT}/mz-lsp-server-latest.version`;

/// Path to the binaries dir.
Expand Down

0 comments on commit 515e08d

Please sign in to comment.