Skip to content

Commit 29956b7

Browse files
committed
chore: fix struct field name in comment
Signed-off-by: queryfast <[email protected]>
1 parent 8d9704d commit 29956b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/Task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type Task struct {
6161

6262
Message string `db:"message" json:"message,omitempty"`
6363

64-
// CommitMessage is a git commit hash of playbook repository which
64+
// CommitHash is a git commit hash of playbook repository which
6565
// was active when task was created.
6666
CommitHash *string `db:"commit_hash" json:"commit_hash,omitempty"`
6767
// CommitMessage contains message retrieved from git repository after checkout to CommitHash.

0 commit comments

Comments
 (0)