Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 0f09b1e

Browse files
danezkodiakhq[bot]
andauthored
chore: Fix tiny issues in CONTRIBUTING.md (#813)
* chore: Update contributing docs to mention how to build on new macBooks * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent d7b3dbf commit 0f09b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ For testing the Docker Image we use Googles [Container Structure Tests](https://
1818
To install the container tests we recommend doing so by using a package manger like brew:
1919

2020
```
21-
brew install container-structure-tests
21+
brew install container-structure-test
2222
```
2323

2424
#### Running Container Structure Tests
2525

2626
To run the container structure tests you need to run the following command.
2727

2828
```bash
29-
container-structure-test test --image netlify/build:focal --config focal.yaml
29+
container-structure-test test --image netlify/build:focal --config focal.yaml
3030
```
3131

3232
For further install instructions please visit the [official installation guide](https://github.com/GoogleContainerTools/container-structure-test#installation).

0 commit comments

Comments
 (0)