Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Make instructions for prompt settings more obvious (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Berthe authored May 1, 2018
1 parent 7d48882 commit 1e5ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate-tools/cli/prompts/skip-settings-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = async function(files) {
` Or to disable this prompt, add the following to your slate.config.js file:\n`,
);
console.log(
` ${chalk.cyan(`'slateTools': { promptSettings: false }`)}\n`,
` ${chalk.cyan(`slateTools: { promptSettings: false }`)}\n`,
);

const answer = await inquirer.prompt([question]);
Expand Down

0 comments on commit 1e5ffd0

Please sign in to comment.