6
0
Fork 0

Fix error message in __opennebula_repo.

This commit is contained in:
Joachim Desroches 2021-02-22 16:33:57 +01:00
parent efcbc19e01
commit 1db7d8b13e
Signed by untrusted user who does not match committer: jdesroches
GPG Key ID: 6778C9C29C02D691
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ case "$os" in
--component opennebula
;;
*)
echo "This type is expected to run on Ubuntu, not $os. Exiting." >&2
echo "This type is expected to run on Debian or Ubuntu, not $os. Exiting." >&2
exit 1
;;
esac