URL encode spaces (#276)

Closes #275
This commit is contained in:
Sandro Jäckel 2019-07-08 17:05:18 +02:00 committed by GitHub
parent e8705a44b8
commit 40cc26ca02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ print_failure()
update_mod()
{
MOD_NAME="$1"
MOD_NAME="${1// /%20}"
print_step "Checking for update of mod $MOD_NAME..."