URL encode spaces

Closes #275
This commit is contained in:
Sandro Jäckel
2019-07-08 16:39:26 +02:00
parent e8705a44b8
commit 472369d36f

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..."