We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bba8cb + 730aea6 commit afd7feeCopy full SHA for afd7fee
1 file changed
git-open
@@ -56,7 +56,7 @@ branch=${branch//%/%25} && branch=${branch//#/%23}
56
# URL normalization
57
# GitHub gists
58
if grep -q gist.github <<<$giturl; then
59
- giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com}
+ giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com/}
60
providerUrlDifference=tree
61
62
# GitHub
0 commit comments