Skip to content

Commit

Permalink
Framework: Change default confirm value (#12520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnmoon committed Apr 13, 2017
1 parent c0642ee commit c076d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-codemods
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const questions = [
}
},
{
'default': false,
'default': true,
message: `Transform ${ chalk.blue( pathToTransform ) } with the selected codemods?`,
name: 'confirm',
type: 'confirm',
Expand Down

0 comments on commit c076d62

Please sign in to comment.