We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492af6e commit cc7d51cCopy full SHA for cc7d51c
scripts/preinstall.js
@@ -1,7 +1,7 @@
1
'use strict';
2
const fs = require('fs');
3
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"
+var url = "https://github.com/camel-tooling/camel-language-server/releases/download/untagged-691265464c773b7827f9/camel-lsp-server-1.0.0-SNAPSHOT.jar"
5
6
download(url).then(data => {
7
fs.writeFileSync('./jars/language-server.jar', data);
0 commit comments