Skip to content

Commit

Permalink
[script] make-new-release default to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 25, 2024
1 parent 6fd0b9e commit 29eef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-new-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ "$OSTYPE" == darwin* ]]; then
GREP=ggrep
fi

urel=${1:-22}
urel=${1:-24}

if [[ $urel != "22" && $urel != "24" ]]; then
echo "Only support Ubuntu 22.04 and 24.04"
Expand Down

0 comments on commit 29eef6d

Please sign in to comment.