diff --git a/bin/git-bb-open b/bin/git-bb-open index 63953da..34ae9cf 100755 --- a/bin/git-bb-open +++ b/bin/git-bb-open @@ -17,7 +17,7 @@ def git_commit end def git_remote - `git remote -v | grep fetch`.chomp().split()[1] + `git config --get remote.origin.url`.chomp end def git_root