fix missing "

This commit is contained in:
OMGeeky
2024-01-09 00:18:36 +01:00
parent ecc9a35c69
commit 4571bea429

View File

@@ -80,5 +80,5 @@ if [ "$LINUX" = true ] ; then
tar caf "ATCS_${VERSION}.tar.gz" "common"
echo "Created archive at ${PACKAGING_DIR}/ATCS_${VERSION}.tar.gz"
else
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself
fi
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself"
fi