mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-23 13:42:09 -05:00
Fix Release Notes not coming
This commit is contained in:
@@ -5,7 +5,7 @@ const path = require('path')
|
||||
// Read arguments from CLI
|
||||
const [, , serverAddress, username, password] = process.argv
|
||||
|
||||
if (!serverAddress || !username || !password) {
|
||||
if (!serverAddress || !username ) {
|
||||
console.error('Usage: node runMaestro.js <server_address> <username> <password>')
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user