Skip to content

Commit 857318a

Browse files
committed
fix: text
1 parent 9410279 commit 857318a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const axios = require('axios');
22
const bytes = require('bytes');
33
// 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)';
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)';
77
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';

0 commit comments

Comments
 (0)