Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Imperiale <[email protected]>
  • Loading branch information
manuio committed Jan 24, 2022
1 parent d3c3638 commit 42de5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type HealthInfo struct {
// Version contains current service version.
Version string `json:"version"`

// Commit represents the service build time.
// Commit represents the git hash commit.
Commit string `json:"commit"`

// Description contains service description.
Expand Down

0 comments on commit 42de5ef

Please sign in to comment.