Add FAQ entry on the config file

This commit is contained in:
Anmol Sethi
2020-05-14 18:35:35 -04:00
parent 5651201643
commit c69346a9a7
4 changed files with 31 additions and 9 deletions

View File

@ -338,7 +338,7 @@ export async function readConfigFile(configPath?: string): Promise<Args> {
logger.info(`Wrote default config file to ${humanPath(configPath)}`)
}
logger.info(`Using config file from ${humanPath(configPath)}`)
logger.info(`Using config file ${humanPath(configPath)}`)
const configFile = await fs.readFile(configPath)
const config = yaml.safeLoad(configFile.toString(), {