Skip to content

Commit 006de4a

Browse files
author
a-brandt
committed
fixed travis setup script
1 parent 382e982 commit 006de4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/travis/setup_arangodb.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then
1010
# download ArangoDB
11-
echo "curl -L -o x $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
12-
curl -L -o x $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
11+
echo "curl -L -o $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
12+
curl -L -o $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
1313
echo "tar zxf $NAME.tar.gz"
1414
tar zvxf $NAME.tar.gz
1515
fi

0 commit comments

Comments
 (0)