Skip to content

Commit 6949c25

Browse files
Fixed setup
1 parent e003d5d commit 6949c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_infra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "Fetching submodules"
33
git submodule init
44
git submodule update
5-
git submodule foreach git pull
5+
git submodule foreach git pull origin master
66

77
echo "Building docker"
88
pushd docker

0 commit comments

Comments
 (0)