Fix typo in build script

This commit is contained in:
ChaoticByte 2026-04-12 21:16:48 +02:00
parent 07262d919e
commit 2164e956e7
Signed by: ChaoticByte
SSH key fingerprint: SHA256:6v88GlRHW+S4NVmM00ZxofEJlnDdK8LI1EcfR8jrgDs

View file

@ -2,7 +2,7 @@
VERSION=$(git describe --tags)
if [ $VERSION = ""]; then
if [ $VERSION = "" ]; then
VERSION="dev"
fi