Fix output filename
This commit is contained in:
parent
2e9586dee6
commit
51e4dccbfe
|
@ -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…
Reference in New Issue