forked from Plemya-x/ALR
wip
This commit is contained in:
@@ -76,11 +76,13 @@ func UpgradeCmd() *cli.Command {
|
||||
return cliutils.FormatCliExit(gotext.Get("Error initialization database"), err)
|
||||
}
|
||||
|
||||
slog.Debug("builder setup")
|
||||
builder := build.NewMainBuilder(
|
||||
builder, err := build.NewMainBuilder(
|
||||
cfg,
|
||||
rs,
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
info, err := distro.ParseOSRelease(ctx)
|
||||
slog.Debug("ParseOSRelease", "err", err)
|
||||
|
||||
Reference in New Issue
Block a user