summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-12 00:45:29 -0500
committerStan Hu <stanhu@gmail.com>2016-05-12 07:00:19 -0500
commit729470d3346fe321cb8ef8c6d5e9d7bf0fa4b430 (patch)
tree8b39cd5693d6588e5e6204eaf53eb424977b98bf
parentcc0ecea7370c3c663bf4855302e93b8add494f2c (diff)
downloadgitlab-shell-729470d3346fe321cb8ef8c6d5e9d7bf0fa4b430.tar.gz
Remove unnecessary statement in Makefile
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1dde95..17ff653 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ PWD=`pwd`
all:
update-redis:
- cd lib
git clone https://github.com/redis/redis-rb.git $(REDIS_RB_TMP_DIR)
cd $(REDIS_RB_TMP_DIR); git checkout $(REDIS_RB_VERSION)
cd $(PWD)