Skip to content

Commit 9ad5002

Browse files
committed
Fix wrong comment
This was backwards; we renamed Sha to Hash, so Sha is now deprecated, not Hash.
1 parent a7b0ccf commit 9ad5002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/gui/services/custom_commands/models.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
// compatibility. We already did this for Commit.Sha, which was renamed to Hash.
1515

1616
type Commit struct {
17-
Hash string // deprecated: use Sha
18-
Sha string
17+
Hash string
18+
Sha string // deprecated: use Hash
1919
Name string
2020
Status models.CommitStatus
2121
Action todo.TodoCommand

0 commit comments

Comments
 (0)