We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382e982 commit 006de4aCopy full SHA for 006de4a
tests/travis/setup_arangodb.sh
@@ -8,8 +8,8 @@ NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
10
# 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
+ echo "curl -L -o $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
+ curl -L -o $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
13
echo "tar zxf $NAME.tar.gz"
14
tar zvxf $NAME.tar.gz
15
fi
0 commit comments