Fix error message in __opennebula_repo.
This commit is contained in:
parent
efcbc19e01
commit
1db7d8b13e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue