Fixes: #40354 Don't hardcode my own name and email as autosave committer.

This commit is contained in:
Simon Forman
2020-04-24 12:28:59 -07:00
parent c1a9fc2c28
commit 2fb610e733
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class StackDisplayWorld(World):
self.repo.stage([self.relative_STACK_FN])
commit_id = self.repo.do_commit(
b'auto-save',
committer=b'Simon Forman <forman.simon@gmail.com>',
committer=b'thun-auto-save <nobody@example.com>',
)
_log.info('commit %s', commit_id)