mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 00:12:19 +01: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
236bb05da1
commit
77ee9eb080
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user