Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paulirish/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 6, 2016
2 parents a9144e2 + eac3ea1 commit cd23b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/git-chromecheckout
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ $@ == *'canary'* ]]; then
fi

active_chrome_url() {
osascript -e "tell application \"$app\" to URL of active tab of front window"
osascript -e "tell application \"$app\" to get URL of active tab of front window"
}
checkout() {
url=$(active_chrome_url)
Expand All @@ -30,4 +30,4 @@ checkout() {
fi
}

checkout
checkout

0 comments on commit cd23b09

Please sign in to comment.