diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b23626910..fcfdb43d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1524,8 +1524,8 @@ The following sections list the changes for 5.0.0-rc.5. * Enhancement - Add a make step to validate the env var annotations: [#8436](https://github.com/owncloud/ocis/pull/8436) - We have added a make step `make validate-env-var-annotations` to validate the - env var annotations in to the environment variables. + We have added a make step `make check-env-var-annotations` to validate the + environment variable annotations in to the environment variables. https://github.com/owncloud/ocis/issues/8258 https://github.com/owncloud/ocis/pull/8436