fix: version check (#1663)

* fix: version check

* refactor following review
This commit is contained in:
Valentin Maerten
2024-05-20 22:48:05 +02:00
committed by GitHub
parent a74b0bc679
commit 1e25ceab29
2 changed files with 18 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ func run() error {
entrypoint := flags.Entrypoint
if flags.Version {
fmt.Printf("Task version: %s\n", ver.GetVersion())
fmt.Printf("Task version: %s\n", ver.GetVersionWithSum())
return nil
}