Fix shellcheck error.

This commit is contained in:
Joachim Bauch 2025-04-24 08:37:30 +02:00
commit d6e5975f94
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -26,4 +26,4 @@ if [ -z "$VERSION" ]; then
VERSION=unknown
fi
echo $VERSION
echo "$VERSION"