Skip to content

Commit

Permalink
Remove space in tarball URL
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Jun 24, 2016
1 parent 8459aea commit 2398fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/p
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ is_ok() {

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

#
Expand Down

0 comments on commit 2398fa5

Please sign in to comment.