Skip to content

Commit 35baee4

Browse files
authored
Update package_builds.sh
1 parent 3915f20 commit 35baee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/package_builds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OUTPUT_FOLDER=$ROOT/out
1515
mkdir $OUTPUT_FOLDER
1616

1717
lastversion=$(date +%Y%m%d)
18-
if [ -n "$1" ] && [ "$1" != "nightly" ] then
18+
if [ -n "$1" ] && [ "$1" != "nightly" ]; then
1919
lastversion=$1
2020
fi
2121

0 commit comments

Comments
 (0)