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 647bf16 commit c3a16e2Copy full SHA for c3a16e2
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 are using a custom configuration, be sure it has a manifest.yaml & image.yaml."
+ fatal "If you aren't using a custom configuration, be sure there are manifest.yaml & image.yaml files."
199
fi
200
201
mkdir -p cache
0 commit comments