Fix typo in .circleci/config.yaml

This commit is contained in:
yuvipanda
2018-07-11 02:21:11 -07:00
parent 0b938f7b9b
commit fdbdc58727

View File

@@ -70,7 +70,7 @@ jobs:
- run:
name: run tljh installer
command: |
python3 .circleci/integration-test.py cp . /srv/src
python3 .circleci/integration-test.py copy . /srv/src
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
- run: