mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 14:59:32 -04:00
cli: prefix "v" to cli version in versionCollector
No new images will be found unless this is set
This commit is contained in:
parent
b4ef4ec370
commit
33a884d4e4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ func runUpgradeCheck(cmd *cobra.Command, args []string) error {
|
|||
client: http.DefaultClient,
|
||||
rekor: rekor,
|
||||
flags: flags,
|
||||
cliVersion: constants.VersionInfo,
|
||||
cliVersion: compatibility.EnsurePrefixV(constants.VersionInfo),
|
||||
log: log,
|
||||
},
|
||||
log: log,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue