From 35baee4bebf4038cfc75a10b7f79b8d49e5b5e57 Mon Sep 17 00:00:00 2001 From: Theodore Watson Date: Mon, 28 Aug 2023 16:30:54 -0700 Subject: [PATCH] Update package_builds.sh --- scripts/ci/package_builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/package_builds.sh b/scripts/ci/package_builds.sh index 3307d793f16..6c6e52bbc24 100755 --- a/scripts/ci/package_builds.sh +++ b/scripts/ci/package_builds.sh @@ -15,7 +15,7 @@ OUTPUT_FOLDER=$ROOT/out mkdir $OUTPUT_FOLDER lastversion=$(date +%Y%m%d) -if [ -n "$1" ] && [ "$1" != "nightly" ] then +if [ -n "$1" ] && [ "$1" != "nightly" ]; then lastversion=$1 fi