From 730aea638e893111e1a2de088a371678154ada7f Mon Sep 17 00:00:00 2001 From: Pavel Puchkin Date: Fri, 12 Aug 2016 09:50:18 +0300 Subject: [PATCH] Fix gist opening --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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