fix list command #86

Merged
Maks1mS merged 1 commits from Maks1mS/ALR:hotfix into master 2025-05-13 20:34:02 +00:00
Showing only changes of commit 1e52d30f4c - Show all commits

View File

@@ -186,7 +186,7 @@ func ListCmd() *cli.Command {
if err != nil {
return cliutils.FormatCliExit(gotext.Get("Error parsing format template"), err)
}
err = tmpl.Execute(os.Stdout, pkg)
err = tmpl.Execute(os.Stdout, pkgInfo)
if err != nil {
return cliutils.FormatCliExit(gotext.Get("Error executing template"), err)
}