Skip to content

Commit 5a42438

Browse files
committed
task: fix packaging stable
1 parent 53dd54c commit 5a42438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/rename-pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -Eeou pipefail
1919

2020
VERSION=$(git describe --abbrev=0 | cut -d "v" -f 2)
2121
FILENAME=mongocli_"${VERSION}"_linux_x86_64
22-
if [[ "${unstable}" == "-unstable" ]]; then
22+
if [[ "${unstable-}" == "-unstable" ]]; then
2323
FILENAME="mongocli_next_linux_x86_64"
2424
fi
2525

0 commit comments

Comments
 (0)