Skip to content

Commit

Permalink
More accurate error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander, Michael authored and dustymabe committed Nov 21, 2024
1 parent c3a16e2 commit 8c54e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-init
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c54e2e

Please sign in to comment.