Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1838/head
Anatolii Bazko 2024-05-15 10:19:13 +02:00
parent ccae74e71e
commit 255ec41868
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ init "$@"
pushd "${OPERATOR_REPO}" >/dev/null
case $COMMAND in
'release') release;;
'add-env-vars') release;;
'add-env-vars') addEnvVars;;
*) usage; exit 1;;
esac
popd >/dev/null