File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The test reporter is distributed as a pre-built binary named cc-test-reporter. Y
37
37
38
38
#### e.g
39
39
> ``` console
40
- >$ curl -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64
40
+ >$ curl -L - O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64
41
41
>```
42
42
43
43
## Verifying binaries
@@ -49,7 +49,7 @@ Along with the binaries you can download a file with a SHA 256 checksum for the
49
49
To download the file containing the checksum using `curl`:
50
50
#### e.g
51
51
>```console
52
- >$ curl -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64.sha256
52
+ >$ curl -L - O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64.sha256
53
53
>```
54
54
55
55
To check that a downloaded file matches the checksum, run it through `shasum` with a command such as:
You can’t perform that action at this time.
0 commit comments