mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-16 00:14:15 -05:00
cli: remove Edition in version command, which contains duplicate info
This commit is contained in:
parent
593253e090
commit
64e1f553d1
3 changed files with 0 additions and 7 deletions
|
|
@ -36,7 +36,6 @@ func runVersion(cmd *cobra.Command, args []string) {
|
|||
}
|
||||
|
||||
cmd.Printf("Version:\t%s (%s)\n", constants.VersionInfo(), constants.VersionBuild)
|
||||
cmd.Printf("Edition:\t%s\n", constants.Edition)
|
||||
cmd.Printf("GitCommit:\t%s\n", commit)
|
||||
cmd.Printf("GitTreeState:\t%s\n", state)
|
||||
cmd.Printf("BuildDate:\t%s\n", date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue