Fixed CircleCi configuration

- fixed invalid json for created config.json
pull/26/head
Trivernis 5 years ago
parent d5d5c12126
commit b8a92134fe

@ -45,7 +45,7 @@ jobs:
- run:
name: Creating config file
command: echo {api:{}} >> config.json
command: echo {\"api\":{}} >> config.json
# run tests!
- run:

Loading…
Cancel
Save