mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 11:47:22 +02:00
Fix output filename
This commit is contained in:
parent
2e9586dee6
commit
51e4dccbfe
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ function getAnswers(questions, cb) {
|
|||
}
|
||||
|
||||
function getDefaultConfigPath() {
|
||||
return resolvePath('~/.config/enigma-bbs/config2.hjson');
|
||||
return resolvePath('~/.config/enigma-bbs/config.hjson');
|
||||
}
|
||||
|
||||
const QUESTIONS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue