diff --git a/server.js b/server.js index 96d5d677f..2b460ccf2 100644 --- a/server.js +++ b/server.js @@ -105,7 +105,7 @@ app.get('/source/:id', (req, res)=>{ //Download brew source page app.get('/download/:id', (req, res)=>{ - const prefix = config.get('name_prefix'); + const prefix = 'HB - '; if(req.params.id.length > 12) { const googleId = req.params.id.slice(0, -12);