Browse Source

How many typos can one dev make?

pull/1785/head
jlukic 10 years ago
parent
commit
f61d34a7ae
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/config/project/install.js

2
tasks/config/project/install.js

@ -416,7 +416,7 @@ module.exports = {
name: 'permission', name: 'permission',
message: 'What octal file permission should outputted files receive?', message: 'What octal file permission should outputted files receive?',
default: defaults.permission, default: defaults.permission,
when: when.changePermission
when: when.changePermissions
}, },
{ {
type: 'list', type: 'list',

Loading…
Cancel
Save