0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add --init param to update_submodules grunt task

Closes #3141
This commit is contained in:
Matt Enlow 2014-06-27 11:05:09 -06:00
parent e2ca73a1a0
commit 3011834177

View file

@ -594,7 +594,7 @@ var path = require('path'),
"update_submodules": {
default: {
options: {
params: false // blanks command-line parameters
params: "--init"
}
}
}