Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2025-04-16 15:41:15 +02:00
parent faf0b097ea
commit 53431e17bf
No known key found for this signature in database
GPG Key ID: FF934753A9D6AC56

View File

@ -83,7 +83,7 @@ func main() {
Usage: "Prints the version",
Description: "Prints the version",
ArgsUsage: "kcrypt version",
Action: func(_ context.Context, c *cli.Command) error {
Action: func(_ context.Context, _ *cli.Command) error {
log.Logger.Info().Str("commit", GitCommit).Str("goversion", runtime.Version()).Str("version", Version).Msg("Kcrypt")
return nil
},