Skip to content

Commit afd7fee

Browse files
authored
Merge pull request paulirish#49 from neoascetic/patch-1
Fix gist opening
2 parents 6bba8cb + 730aea6 commit afd7fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ branch=${branch//%/%25} && branch=${branch//#/%23}
5656
# URL normalization
5757
# GitHub gists
5858
if grep -q gist.github <<<$giturl; then
59-
giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com}
59+
giturl=${giturl/git\@gist.github\.com\:/https://gist.github.com/}
6060
providerUrlDifference=tree
6161

6262
# GitHub

0 commit comments

Comments
 (0)