Skip to content

Commit a2ec4b4

Browse files
Fix bug when amending commit messages
Signed-off-by: Jacob Stopak <[email protected]>
1 parent 012958d commit a2ec4b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git_sim/git_sim_commit.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ def construct(self):
4646
tree,
4747
self.args.message,
4848
)
49-
self.com
50-
self.commits[0] = str(amended)
49+
self.commits[0] = amended
5150

5251
self.parse_commits(self.commits[self.i])
5352
self.center_frame_on_commit(self.commits[0])

0 commit comments

Comments
 (0)