Skip to content

Commit

Permalink
Moving flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Aug 6, 2020
1 parent 0b5e460 commit a8721fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeauthor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ echo ""
# If SHOULD_EXECUTE is true, rewrite repo history, otherwise, kill
if [ "$SHOULD_EXECUTE" -eq 1 ]; then
# Alter commits and rewrite history
git filter-branch --env-filter -f '
git filter-branch -f --env-filter '
if [ "$GIT_COMMITTER_EMAIL" = "'"$USER_OLD_EMAIL"'" ]
then
export GIT_COMMITTER_NAME="'"$USER_NEW_NAME"'"
Expand Down

0 comments on commit a8721fd

Please sign in to comment.