Fix Arrow's repository URL. (#1072)

Thanks!
This commit is contained in:
Mitar
2017-10-04 00:40:21 -04:00
committed by Philipp Moritz
parent cb6dea94bc
commit a0d3fb1de1
+1 -1
View File
@@ -8,7 +8,7 @@ set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
if [ ! -d $TP_DIR/arrow ]; then
git clone https://github.com/apache/arrow/ "$TP_DIR/arrow"
git clone https://github.com/apache/arrow.git "$TP_DIR/arrow"
fi
cd $TP_DIR/arrow
git fetch origin master