From 5c616f2f2a3d0e06f27c24cdc74228968303c6d7 Mon Sep 17 00:00:00 2001 From: Daniel Tschada Date: Mon, 6 Jan 2020 22:30:26 +0100 Subject: [PATCH] if install value is wrong --- cdist/conf/type/__podman_compose/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__podman_compose/manifest b/cdist/conf/type/__podman_compose/manifest index 2b06068d..d5e0d65f 100755 --- a/cdist/conf/type/__podman_compose/manifest +++ b/cdist/conf/type/__podman_compose/manifest @@ -44,7 +44,7 @@ if [ "${install}" = "pip" ]; then else - echo "Unknown user: ${install}" >&2 + echo "Unknown install value: ${install}" >&2 exit 1 fi \ No newline at end of file