mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Merge pull request #71 from edgarlanting/patch-1
Update create-coreos-vdi - grammar change
This commit is contained in:
commit
2d17a44760
@ -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