Properly skip Fedora distros

Co-authored-by: Jakub Rusz <55534579+jrusz@users.noreply.github.com>
This commit is contained in:
Alexander Todorov 2022-04-07 16:28:36 +03:00 committed by Jakub Rusz
parent 8556a844e8
commit 4c97fae0e9

View file

@ -6,7 +6,7 @@
source /usr/libexec/osbuild-composer-test/set-env-variables.sh
case "${ID}-${VERSION_ID}" in
"fedora-*")
"fedora-"*)
echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..."
exit 0
;;