This commit is contained in:
lesion
2019-07-03 17:01:05 +02:00
parent 412e6f7dae
commit 17b29f086e

View File

@@ -161,7 +161,7 @@ async function start (options) {
// is first run?
if (firstrun.check(options.config)) {
consola.error(`Configuration file "${options.config}" not found!
This is your first run? You could create it using --install flag`)
This is your first run? Run 'gancio setup'`)
process.exit(-1)
}
require('./index')