From df489d6730ff5c9edda04579d2994e5104f4b453 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 16 Feb 2024 07:02:52 +0545 Subject: [PATCH] chore: adjust doc of check-env-var-annotations --- .make/check-env-var-annotations.sh | 2 +- changelog/5.0.0-rc.5_2024-02-26/env-var-annotations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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