console fix

This commit is contained in:
Will Boyd
2025-02-07 17:57:28 -05:00
parent f8d214c362
commit 2367998e66
+1 -1
View File
@@ -32,7 +32,7 @@ export async function getConfig() {
});
wizardAnswers = await getWizardAnswers(wizardQuestions, commandLineAnswers);
} else {
console.dir('\nSkipping wizard...');
console.log('\nSkipping wizard...');
}
Object.assign(shared.config, commandLineAnswers, wizardAnswers);