From 5ace0a45477ef0e3d06a94cfbbee7e623a7d56c7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 06:36:34 -0500 Subject: try to only test install what is needed --- doPublish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doPublish.go') diff --git a/doPublish.go b/doPublish.go index c3ac3f9..08fcec3 100644 --- a/doPublish.go +++ b/doPublish.go @@ -48,7 +48,7 @@ func doPublish() error { time.Sleep(time.Second) me.forge.Repos.Load() - if err := doInstall(); err != nil { + if err := doInstall(me.forge.Repos); err != nil { log.Info("doInstall() failed", err) me.sh.BadExit("merge failed", nil) } -- cgit v1.2.3