diff --git a/type/__opennebula_repo/manifest b/type/__opennebula_repo/manifest index 4c9f108..a934541 100644 --- a/type/__opennebula_repo/manifest +++ b/type/__opennebula_repo/manifest @@ -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