Skip to content

Commit 7868f53

Browse files
committed
Fix release candidate folder calculation
1 parent ca8eac5 commit 7868f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for version in "${versions[@]}"; do
7676
fullVersion=
7777
declare -A impossible=()
7878
for possible in "${possibles[@]}"; do
79-
rcPossible="${possible%[a-z]*}"
79+
rcPossible="${possible%%[a-z]*}"
8080

8181
# varnish is great until it isn't
8282
if wget -q -O /dev/null -o /dev/null --spider "https://www.python.org/ftp/python/$rcPossible/Python-$possible.tar.xz"; then

0 commit comments

Comments
 (0)