Skip to content

Commit

Permalink
Add --init param to update_submodules grunt task
Browse files Browse the repository at this point in the history
Closes #3141
  • Loading branch information
novaugust committed Jun 27, 2014
1 parent e2ca73a commit 3011834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -594,7 +594,7 @@ var path = require('path'),
"update_submodules": {
default: {
options: {
params: false // blanks command-line parameters
params: "--init"
}
}
}
Expand Down

0 comments on commit 3011834

Please sign in to comment.