Skip to content

Commit 067d0f8

Browse files
author
Jan Steemann
committed
filename foo
1 parent 5994964 commit 067d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NAME="ArangoDB-$VERSION"
99
if [ ! -d "$DIR/$NAME" ]; then
1010
# download ArangoDB
1111
echo "wget --no-check-certificate http://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz"
12-
wget --no-check-certificate http://www.arangodb.com/repositories/travisCI/$NAME.tar.gz
12+
wget --no-check-certificate http://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz
1313
echo "tar zxf $NAME.tar.gz"
1414
tar zvxf $NAME.tar.gz
1515
fi

0 commit comments

Comments
 (0)