From 0f09b1e57bb09d602fa316a80cc642fc8245329b Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:50:54 +0200 Subject: [PATCH] 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> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1adb5435..80330d85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ For testing the Docker Image we use Googles [Container Structure Tests](https:// To install the container tests we recommend doing so by using a package manger like brew: ``` -brew install container-structure-tests +brew install container-structure-test ``` #### Running Container Structure Tests @@ -26,7 +26,7 @@ brew install container-structure-tests To run the container structure tests you need to run the following command. ```bash -container-structure-test test --image netlify/build:focal --config focal.yaml +container-structure-test test --image netlify/build:focal --config focal.yaml ``` For further install instructions please visit the [official installation guide](https://github.com/GoogleContainerTools/container-structure-test#installation).