From 26cf2f20259a89fbba686d259b82d554ac24ec84 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 05:32:48 -0500 Subject: try out argv as the name. is this weird? --- doUpgrade.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doUpgrade.go') diff --git a/doUpgrade.go b/doUpgrade.go index 45ea369..81027ff 100644 --- a/doUpgrade.go +++ b/doUpgrade.go @@ -70,10 +70,10 @@ func doUpgrade() error { continue } if _, err := debian.AptInstall(p.Package); err != nil { - me.sh.BadExit("damn it", err) + me.argv.BadExit("damn it", err) } } } - me.sh.GoodExit("installed") + me.argv.GoodExit("installed") return nil } -- cgit v1.2.3