Fix output filename

This commit is contained in:
Bryan Ashby 2016-04-11 22:17:43 -06:00
parent 2e9586dee6
commit 51e4dccbfe
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {