From 42de5efcb9a8234d9247e3e3990cbcd0cda53cad Mon Sep 17 00:00:00 2001 From: Manuel Imperiale Date: Mon, 24 Jan 2022 20:47:50 +0100 Subject: [PATCH] Fix typo Signed-off-by: Manuel Imperiale --- health.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health.go b/health.go index 7835667e67..a142440f23 100644 --- a/health.go +++ b/health.go @@ -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.