Skip to content

Commit f4fea0f

Browse files
Nimit Kalraqw3rtman
authored andcommitted
Remove space in tarball URL
1 parent 8459aea commit f4fea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ is_ok() {
308308

309309
tarball_url() {
310310
version_directory="${version%a*}"
311-
echo "${MIRROR[@]}" "${version_directory%b*}/Python-${version}.tgz"
311+
echo "${MIRROR[@]}${version_directory%b*}/Python-${version}.tgz"
312312
}
313313

314314
#

0 commit comments

Comments
 (0)