Skip to content

Commit 2dd8395

Browse files
Update README.md
1 parent d0164df commit 2dd8395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the data via `curl`:
7373
```yaml
7474
after_script:
7575
- CODECLIMATE_REPO_TOKEN="..." bin/test-reporter --stdout > codeclimate.json
76-
- curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports
76+
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
7777
```
7878
7979
More details can be found in [this issue][issue].

0 commit comments

Comments
 (0)