1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

rename variable to failedCommitMessage

This commit is contained in:
Jakob Kogler
2021-12-25 13:54:46 +01:00
committed by Jesse Duffield
parent d517531c16
commit 68fc6059d3
3 changed files with 5 additions and 5 deletions

View File

@@ -348,7 +348,7 @@ type guiState struct {
FilesTrie *patricia.Trie
// this is the message of the last failed commit attempt
messageFailedCommit string
failedCommitMessage string
}
// reuseState determines if we pull the repo state from our repo state map or