mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Fix gist opening
This commit is contained in:
parent
a6902ab5cc
commit
730aea638e
2
git-open
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue