Skip to content

Commit ac45d14

Browse files
fix revision
1 parent bc8d2ec commit ac45d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103
git remote add origin $REPO
104104
git config core.sparsecheckout true
105105
echo "$SOURCE/*" >> .git/info/sparse-checkout
106-
git pull --depth=1 origin master
106+
git pull --depth=1 origin $REVISION
107107
else
108108
# Clone a fresh copy
109109
echo "cloning $REPO"

0 commit comments

Comments
 (0)