chore: adjust doc of check-env-var-annotations

This commit is contained in:
Phil Davis
2024-02-16 07:02:52 +05:45
parent 9a6c6cf43b
commit fc209bdab8
2 changed files with 2 additions and 2 deletions

View File

@@ -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:
#

View File

@@ -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