Fixed quotes

This commit is contained in:
Héctor Molinero Fernández 2022-04-26 23:18:40 +02:00
parent 75f1a2e6f0
commit 6dc6cc3d6c

View File

@ -236,7 +236,7 @@ version:
'$(GIT)' commit --allow-empty -m "$${NEW_IMAGE_VERSION:?}"; \
'$(GIT)' tag -a "$${NEW_IMAGE_VERSION:?}" -m "$${NEW_IMAGE_VERSION:?}"; \
else \
>&2 printf 'Malformed version string: %s\n' '$${LATEST_IMAGE_VERSION:?}'; \
>&2 printf 'Malformed version string: %s\n' "$${LATEST_IMAGE_VERSION:?}"; \
exit 1; \
fi