fix: spacer between multiple versions

This commit is contained in:
decentral1se 2024-07-17 02:12:26 +02:00
parent aedf5e5ff7
commit 7734dd555d
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -85,6 +85,7 @@ var recipeVersionCommand = cli.Command{
if !internal.MachineReadable { if !internal.MachineReadable {
fmt.Println(table) fmt.Println(table)
log.Infof("VERSION: %s", version) log.Infof("VERSION: %s", version)
fmt.Println()
} }
} }
} }