Skip to content

Commit 9410279

Browse files
committed
fix: typo
1 parent 3c08854 commit 9410279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/plugins/fetch-databend-releases.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const bytes = require('bytes');
33
// Define constant
44
const LINUX_GENERIC_X86 = 'Linux Generic(x86, 64-bit)';
55
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)';
6+
const MAC_X86 = 'Mac Intel Chip (X86, 64-bit)';
7+
const MAC_ARM = 'Mac Apple Chip (ARM, 64-bit)';
88
const GITHUB_DOWNLOAD = 'https://github.com/datafuselabs/databend/releases/download';
99
const GITHUB_REPO = 'https://api.github.com/repos/datafuselabs/databend';
1010
const DATABEND_RELEASES = 'https://repo.databend.rs/databend/releases.json';

0 commit comments

Comments
 (0)