Browse Source

Missing comma

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

2
tasks/config/project/install.js

@ -27,7 +27,7 @@ var when = {
// permissions
changePermissions: function(question) {
return (questions.usePermission == true);
}
},
// install
hasConfig: function() {

Loading…
Cancel
Save