Skip to content

Commit

Permalink
fix: better wording for the "revisit policy" prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Yegupov committed May 17, 2019
1 parent 7f69223 commit d7d5ce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/commands/protect/prompts.js
Expand Up @@ -838,8 +838,7 @@ function generatePrompt(vulns, policy, prefix, options) {
function startOver() {
return {
name: 'misc-start-over',
message: 'Do you want to revisit your existing policy [y] or only update ' +
'it [N]?',
message: 'Existing .snyk policy found. Ignore it and start from scratch [y] or update it [N]?',
type: 'confirm',
default: false,
};
Expand Down

0 comments on commit d7d5ce4

Please sign in to comment.