From d521e8bcfd7d130c3ae605d1efdd721bc307a912 Mon Sep 17 00:00:00 2001 From: David Q Mertz Date: Tue, 25 Jul 2023 01:17:19 -0400 Subject: [PATCH] Consistent language about 'git revision SHA1' (#414) Signed-off-by: David Mertz --- cmd/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version/version.go b/cmd/version/version.go index 89e3c9eb..b5ff9cfe 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -33,7 +33,7 @@ Fetch Flytectl version. type versionOutput struct { // Specifies the Name of app App string `json:"App,omitempty"` - // Specifies the GIT sha of the build + // Specifies the git revision SHA1 of the build Build string `json:"Build,omitempty"` // Version for the build, should follow a semver Version string `json:"Version,omitempty"`