Skip to content

Commit 234ff25

Browse files
committed
Merge branch 'develop' of github.com:semaphoreui/semaphore into develop
2 parents 2d27862 + 07c886e commit 234ff25

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)