We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3caa6 commit 95cec96Copy full SHA for 95cec96
src/hlsBinaries.ts
@@ -142,7 +142,7 @@ export async function downloadHaskellLanguageServer(
142
let data: string = '';
143
const opts: https.RequestOptions = {
144
host: 'api.github.com',
145
- path: '/repos/bubba/haskell-language-server/releases',
+ path: '/repos/haskell/haskell-language-server/releases',
146
headers: userAgentHeader,
147
};
148
https.get(opts, (res) => {
0 commit comments