From 4571bea4297ad1b85e08832ce9b75c963e491106 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 9 Jan 2024 00:18:36 +0100 Subject: [PATCH] fix missing " --- packaging/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/package.sh b/packaging/package.sh index 6c1c921..46a38e7 100755 --- a/packaging/package.sh +++ b/packaging/package.sh @@ -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