From 00dc7c80eb442168d61839c11fe86e50ec4aece8 Mon Sep 17 00:00:00 2001 From: Piotr Teterwak Date: Mon, 18 May 2015 14:30:51 -0700 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2807db98..58cb52d3 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #! /bin/bash if [ ! -d mshadow ]; then - git clone https://github.com/dmlc/mshadow.git + git clone https://github.com/dato-code/mshadow.git fi if [ ! -d rabit ]; then