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