Skip to content

Commit e610140

Browse files
authored
Merge pull request #12 from gkorland/patch-1
fix #11 clone specific branch (5.0)
2 parents 91ee2f5 + 2f0015f commit e610140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mkdir -p deps
44
cd deps
55

66
echo "Building Redis"
7-
git clone https://github.com/antirez/redis.git
7+
git clone --branch 5.0 https://github.com/antirez/redis.git
88
cd redis
99
make
1010
cd ..

0 commit comments

Comments
 (0)