Skip to content

Commit f5f501a

Browse files
committed
Tweak updater to work without origin remote
1 parent 68d5b56 commit f5f501a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

update-submodules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 'init' to make sure any new libraries are incorporated.
2727
git submodule init
2828
git submodule update
29-
git submodule foreach git fetch
29+
git submodule foreach git fetch --all
3030

3131
# Regular release tags are 'x.x.x'. Exclude tags that are alpha or beta releases
3232
# They will contain a '-' in the tag, such as '3.0.0-beta.5'

0 commit comments

Comments
 (0)