Skip to content

Commit

Permalink
Update e-mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
janwirth committed Apr 19, 2022
1 parent fafca02 commit e66ab4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pager = diff-so-fancy | less --tabs=4 -RFX
[user]
name = Jan Wirth
email = [email protected]
email = [email protected]
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
Expand Down
2 changes: 1 addition & 1 deletion toggleGit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURRENTUSEREMAIL=$(git config user.email)

# My mail addresses
EMPLOYED="[email protected]"
ENTERPRISE="[email protected]"
ENTERPRISE="[email protected]"
FREELANCE="[email protected]"

if [ "$CURRENTUSEREMAIL" == "$ENTERPRISE" ]; then
Expand Down

0 comments on commit e66ab4f

Please sign in to comment.