Skip to content

Commit 4c30969

Browse files
committed
Typo fix
1 parent 95c4850 commit 4c30969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Setup ArangoDB
6060
command: |
6161
chmod +x starter.sh
62-
./starter.sh ${{ parameters.arangodb_config }} ${{ parameters.arangodb_license }} ${{ parameters.arangodb_version }}
62+
./starter.sh << parameters.arangodb_config >> << parameters.arangodb_license >> << parameters.arangodb_version >>
6363
- restore_cache:
6464
key: pip-and-local-cache
6565
- run:

0 commit comments

Comments
 (0)