mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 04:37:12 +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() {
|
function getDefaultConfigPath() {
|
||||||
return resolvePath('~/.config/enigma-bbs/config2.hjson');
|
return resolvePath('~/.config/enigma-bbs/config.hjson');
|
||||||
}
|
}
|
||||||
|
|
||||||
const QUESTIONS = {
|
const QUESTIONS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue