Skip to content

Commit b20a0c9

Browse files
committed
Fix unbound variable warning
1 parent 57d5a20 commit b20a0c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
set -euo pipefail
66
IFS=$'\n\t'
77

8+
PROMOTE_RELEASE_RUSTUP_OVERRIDE_VERSION=""
9+
810
if [[ "$#" -lt 1 ]]; then
911
echo "Usage: $0 <release|rustup>"
1012
exit 1

0 commit comments

Comments
 (0)