Skip to content

Commit

Permalink
Merge pull request holman#263 from frankhinek/patch-1
Browse files Browse the repository at this point in the history
Fix typo in git config command
  • Loading branch information
caarlos0 authored Aug 19, 2016
2 parents 7b29921 + f791a71 commit f1549c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Don't ask ssh password all the time
if [ "$(uname -s)" = "Darwin" ]; then
git config --global user.helper osxkeychain
git config --global credential.helper osxkeychain
else
git config --global user.helper cache
git config --global credential.helper cache
fi

# better diffs
Expand Down

0 comments on commit f1549c7

Please sign in to comment.