Merge pull request #71 from edgarlanting/patch-1

Update create-coreos-vdi - grammar change
This commit is contained in:
Kai Lüke 2020-06-05 11:33:46 +02:00 committed by GitHub
commit 2d17a44760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ if [ -z "${DEST}" ]; then
fi
if [[ ! -d "${DEST}" ]]; then
echo "$0: Target path (${DEST}) do not exists." >&2
echo "$0: Target path (${DEST}) does not exist." >&2
exit 1
fi