Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Consistent language about 'git revision SHA1' (#414)
Browse files Browse the repository at this point in the history
Signed-off-by: David Mertz <mertz@gnosis.cx>
  • Loading branch information
DavidMertz authored Jul 25, 2023
1 parent 6fff080 commit d521e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit d521e8b

Please sign in to comment.