update-dragon-stub-bf2617 (#463)

This commit is contained in:
LoGin
2023-12-03 21:27:43 +08:00
committed by GitHub
parent af35431005
commit 09d2bf52a6
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ log-monitor:
.PHONY: update-submodules
update-submodules:
@echo "更新子模块"
@git submodule update --init --recursive
@git submodule update --recursive
@git submodule foreach git pull origin master
.PHONY: update-submodules-by-mirror