diff --git a/git-open b/git-open index 1cfe67b..ecc203a 100755 --- a/git-open +++ b/git-open @@ -56,7 +56,7 @@ branch=${branch//%/%25} && branch=${branch//#/%23} # URL normalization # Github gists if grep -q gist.github <<<$giturl; then - giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com} + giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com/} providerUrlDifference=tree # Github