diff --git a/services/electron-update-server/index.js b/services/electron-update-server/index.js --- a/services/electron-update-server/index.js +++ b/services/electron-update-server/index.js @@ -8,7 +8,7 @@ // Cache refresh interval (in minutes) interval: 15, repository: process.env.HAZEL_REPOSITORY ?? 'comm', - account: process.env.HAZEL_ACCOUNT ?? 'CommE2e', + account: process.env.HAZEL_ACCOUNT ?? 'CommE2E', }); const app = express();