mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Update create-coreos-vdi - grammar change
Fixed a grammar based line at `Line 47`: `echo "$0: Target path (${DEST}) do not exists." >&2` -> `echo "$0: Target path (${DEST}) does not exist." >&2`
This commit is contained in:
parent
1c0da3c910
commit
c666ae5614
@ -44,7 +44,7 @@ if [ -z "${DEST}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "${DEST}" ]]; then
|
if [[ ! -d "${DEST}" ]]; then
|
||||||
echo "$0: Target path (${DEST}) do not exists." >&2
|
echo "$0: Target path (${DEST}) does not exist." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user