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

Commit

Permalink
Update prompt settings instructions (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Berthe authored Apr 18, 2018
1 parent 7886eb0 commit 4c9d5d2
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(`'slate-sync': { promptSettings: false }`)}\n`,
` ${chalk.cyan(`'slateTools': { promptSettings: false }`)}\n`,
);

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

0 comments on commit 4c9d5d2

Please sign in to comment.