diff --git a/git-open-in-github b/git-open-in-github index fdaaa23..9768c88 100755 --- a/git-open-in-github +++ b/git-open-in-github @@ -10,4 +10,5 @@ if [[ -z "$REPO" ]] || [[ -z "$BRANCH" ]]; then echo "usage: $(basename "$0") " exit 1 fi -open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1" +#open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1" +open "https://github.com/${REPO}/compare/${BRANCH}?expand=1"