Skip to content

Commit c3a16e2

Browse files
mtalexandustymabe
andcommitted
Update error message when manifest.yaml or image.yaml are missing
Co-authored-by: Dusty Mabe <[email protected]>
1 parent 647bf16 commit c3a16e2

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 are using a custom configuration, be sure it has a manifest.yaml & image.yaml."
198+
fatal "If you aren't using a custom configuration, be sure there are manifest.yaml & image.yaml files."
199199
fi
200200

201201
mkdir -p cache

0 commit comments

Comments
 (0)