Skip to content

Commit

Permalink
Update package_builds.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo authored Aug 28, 2023
1 parent 3915f20 commit 35baee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/package_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35baee4

Please sign in to comment.