@san-siva/gitsy 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/utils +1 -1
- package/package.json +1 -1
package/bin/utils
CHANGED
|
@@ -652,7 +652,7 @@ sync_submodules() {
|
|
|
652
652
|
|
|
653
653
|
print_message "${BLUE}Syncing submodules...${NC}" $step_number
|
|
654
654
|
|
|
655
|
-
if ! git -c color.ui=always submodule update --init 2>&1 | indent; then
|
|
655
|
+
if ! git -c color.ui=always submodule update --init --recursive 2>&1 | indent; then
|
|
656
656
|
print_message "" -1
|
|
657
657
|
print_message "${RED}Failed to sync submodules. [Fail]${NC}" -1
|
|
658
658
|
exit 1
|