From 1db7d8b13e674600d9bc84bb699fe257ea16791e Mon Sep 17 00:00:00 2001 From: Joachim Desroches Date: Mon, 22 Feb 2021 16:33:57 +0100 Subject: [PATCH] Fix error message in __opennebula_repo. --- type/__opennebula_repo/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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