Skip to content

Commit cc7d51c

Browse files
committed
#5 - fix download URL
as the github organization has been renamed Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 492af6e commit cc7d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/preinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
const fs = require('fs');
33
const download = require('download')
4-
var url = "https://github.com/camel-idea-plugin/camel-language-server/releases/download/untagged-691265464c773b7827f9/camel-lsp-server-1.0.0-SNAPSHOT.jar"
4+
var url = "https://github.com/camel-tooling/camel-language-server/releases/download/untagged-691265464c773b7827f9/camel-lsp-server-1.0.0-SNAPSHOT.jar"
55

66
download(url).then(data => {
77
fs.writeFileSync('./jars/language-server.jar', data);

0 commit comments

Comments
 (0)