Skip to content

Commit 7868f53

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
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)