Skip to content

Commit

Permalink
Merge 42d47eb into d110a2a
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed May 29, 2019
2 parents d110a2a + 42d47eb commit d3534df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension.js
Expand Up @@ -65,7 +65,7 @@ class Extension {
type: 'expand',
name: 'choice',
message: `Would you like to view or edit the ${descriptor} file?`,
default: 'n',
default: 0,
choices: [
{key: 'n', name: 'No, continue', value: 'continue'},
{key: 'v', name: 'View the file', value: 'view'},
Expand Down

0 comments on commit d3534df

Please sign in to comment.