Skip to content

Commit a8721fd

Browse files
committed
Moving flag
1 parent 0b5e460 commit a8721fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changeauthor.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ echo ""
363363
# If SHOULD_EXECUTE is true, rewrite repo history, otherwise, kill
364364
if [ "$SHOULD_EXECUTE" -eq 1 ]; then
365365
# Alter commits and rewrite history
366-
git filter-branch --env-filter -f '
366+
git filter-branch -f --env-filter '
367367
if [ "$GIT_COMMITTER_EMAIL" = "'"$USER_OLD_EMAIL"'" ]
368368
then
369369
export GIT_COMMITTER_NAME="'"$USER_NEW_NAME"'"

0 commit comments

Comments
 (0)