We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a16e2 commit 8c54e2eCopy full SHA for 8c54e2e
src/cmd-init
@@ -195,7 +195,7 @@ if [[ -n "${VARIANT}" ]] && [[ "${VARIANT}" != "default" ]]; then
195
EOF
196
elif [[ ! -f "${manifest}" ]] || [[ ! -f "${image}" ]]; then
197
echo 1>&2 "Could not find default manifests (${manifest} & ${image})"
198
- 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."
199
fi
200
201
mkdir -p cache
0 commit comments