mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Merge pull request #3142 from novaugust/submodule-init
Add --init param to update_submodules grunt task
This commit is contained in:
commit
7eab416d01
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ var path = require('path'),
|
|||
"update_submodules": {
|
||||
default: {
|
||||
options: {
|
||||
params: false // blanks command-line parameters
|
||||
params: "--init"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue