diff --git a/pkg/gui/services/custom_commands/models.go b/pkg/gui/services/custom_commands/models.go index 261bace45..eee52ff5d 100644 --- a/pkg/gui/services/custom_commands/models.go +++ b/pkg/gui/services/custom_commands/models.go @@ -14,8 +14,8 @@ import ( // compatibility. We already did this for Commit.Sha, which was renamed to Hash. type Commit struct { - Hash string // deprecated: use Sha - Sha string + Hash string + Sha string // deprecated: use Hash Name string Status models.CommitStatus Action todo.TodoCommand