Skip to content

Commit 8c54e2e

Browse files
More accurate error message.
1 parent c3a16e2 commit 8c54e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ if [[ -n "${VARIANT}" ]] && [[ "${VARIANT}" != "default" ]]; then
195195
EOF
196196
elif [[ ! -f "${manifest}" ]] || [[ ! -f "${image}" ]]; then
197197
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."
198+
fatal "Missing required manifest.yaml or image.yaml files."
199199
fi
200200

201201
mkdir -p cache

0 commit comments

Comments
 (0)