Skip to content

Commit 37efc15

Browse files
committed
chore(cubesql): Fix upload host path
1 parent f4fdfc0 commit 37efc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"binary": {
4848
"module_name": "index",
49-
"host": "https://github.com/cube-js/cube.js/releases/download/",
49+
"host": "https://github.com/cube-js/cube/releases/download/",
5050
"remote_path": "v{version}",
5151
"package_name": "native-{platform}-{arch}-{libc}.tar.gz",
5252
"module_path": "native",

0 commit comments

Comments
 (0)