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 3c08854 commit 9410279Copy full SHA for 9410279
website/src/plugins/fetch-databend-releases.js
@@ -3,8 +3,8 @@ const bytes = require('bytes');
3
// Define constant
4
const LINUX_GENERIC_X86 = 'Linux Generic(x86, 64-bit)';
5
const LINUX_GENERIC_ARM = 'Linux Generic(ARM, 64-bit)';
6
-const MAC_X86 = 'Mac Intel Chip (X86,64-bit)';
7
-const MAC_ARM = 'Mac Apple Chip (ARM,64-bit)';
+const MAC_X86 = 'Mac Intel Chip (X86, 64-bit)';
+const MAC_ARM = 'Mac Apple Chip (ARM, 64-bit)';
8
const GITHUB_DOWNLOAD = 'https://github.com/datafuselabs/databend/releases/download';
9
const GITHUB_REPO = 'https://api.github.com/repos/datafuselabs/databend';
10
const DATABEND_RELEASES = 'https://repo.databend.rs/databend/releases.json';
0 commit comments