Replaces # characters with %23

This commit is contained in:
Johan Hermansson 2015-02-24 14:56:51 +01:00
parent ec21f8abac
commit 1cd5b8049d

View file

@ -42,6 +42,9 @@ else
branch="$2"
fi
# Make hash character url friendly
branch=${branch//#/%23}
# URL normalization
# Github
if grep -q github <<<$giturl; then