Fix trailing spaces

CI checks because of it
Leftover of #63
This commit is contained in:
Frank Fesevur 2017-06-01 13:01:34 +02:00
parent cf2c289692
commit 054772bed6

View file

@ -62,7 +62,7 @@ if grep -q gist.github <<<"$giturl"; then
# GitHub
elif grep -q github <<<"$giturl"; then
giturl=${giturl/git\@github\.com\:/https://github.com/}
# handle urls with the git user
giturl=${giturl/#github\.com\:/https://github.com/}