From 8c54e2ea97415754a93601b0f930d16843fe7b22 Mon Sep 17 00:00:00 2001 From: "Alexander, Michael" Date: Wed, 20 Nov 2024 14:38:50 -0500 Subject: [PATCH] More accurate error message. --- src/cmd-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-init b/src/cmd-init index f523b0e59d..7e1fcb9a00 100755 --- a/src/cmd-init +++ b/src/cmd-init @@ -195,7 +195,7 @@ if [[ -n "${VARIANT}" ]] && [[ "${VARIANT}" != "default" ]]; then EOF elif [[ ! -f "${manifest}" ]] || [[ ! -f "${image}" ]]; then echo 1>&2 "Could not find default manifests (${manifest} & ${image})" - fatal "If you aren't using a custom configuration, be sure there are manifest.yaml & image.yaml files." + fatal "Missing required manifest.yaml or image.yaml files." fi mkdir -p cache