fix: correct forward stdout / stderr from script executor

This commit is contained in:
2025-04-27 18:28:20 +03:00
parent 2b7c2bbbb3
commit 6135e55f92
5 changed files with 18 additions and 12 deletions

View File

@ -115,7 +115,7 @@ func InstallCmd() *cli.Command {
args.Slice(),
)
if err != nil {
return cliutils.FormatCliExit(gotext.Get("Error parsing os release"), err)
return cliutils.FormatCliExit(gotext.Get("Error when installing the package"), err)
}
return nil