We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9704d commit 29956b7Copy full SHA for 29956b7
db/Task.go
@@ -61,7 +61,7 @@ type Task struct {
61
62
Message string `db:"message" json:"message,omitempty"`
63
64
- // CommitMessage is a git commit hash of playbook repository which
+ // CommitHash is a git commit hash of playbook repository which
65
// was active when task was created.
66
CommitHash *string `db:"commit_hash" json:"commit_hash,omitempty"`
67
// CommitMessage contains message retrieved from git repository after checkout to CommitHash.
0 commit comments