diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md index 39ed70b98..39b0e458d 100644 --- a/docs/contributor-guide.md +++ b/docs/contributor-guide.md @@ -53,7 +53,7 @@ make build-helm To check linting of your changes in the helm chart locally you can run: ``` -make lint-helm +make lint-chart ``` ## Test helm changes locally with kind and ct