Skip to content

Commit

Permalink
build: fix email address for git
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Denyer committed Sep 18, 2019
1 parent b029fb2 commit 91077b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail
[[ "$TRACE" ]] && set -x

configure_github_user() {
git config --global user.email "email@antonydenyer.com"
git config --global user.email "git@antonydenyer.co.uk"
git config --global user.name "Antony Denyer"
}

Expand Down

0 comments on commit 91077b2

Please sign in to comment.