diff --git a/.make/check-env-var-annotations.sh b/.make/check-env-var-annotations.sh index ffccfb8cf..0f1beb652 100755 --- a/.make/check-env-var-annotations.sh +++ b/.make/check-env-var-annotations.sh @@ -1,7 +1,7 @@ #!/bin/bash # The following grep will filter out every line containing an `env` annotation -# it will ignore every line that has allready a valid `introductionVersion` annotation +# it will ignore every line that already has a valid `introductionVersion` annotation # # valid examples: # diff --git a/changelog/5.0.0-rc.5_2024-02-26/env-var-annotations.md b/changelog/5.0.0-rc.5_2024-02-26/env-var-annotations.md index 98be7169b..d5b7c8255 100644 --- a/changelog/5.0.0-rc.5_2024-02-26/env-var-annotations.md +++ b/changelog/5.0.0-rc.5_2024-02-26/env-var-annotations.md @@ -1,6 +1,6 @@ Enhancement: Add a make step to validate the env var annotations -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/pull/8436 https://github.com/owncloud/ocis/issues/8258