From 048d8a5037fe6c3b275a9445dfeee3a5188a9453 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 03:35:46 -0500 Subject: set stat.Type to REMOTE --- doPatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doPatch.go') diff --git a/doPatch.go b/doPatch.go index 3aa07e7..e0f697e 100644 --- a/doPatch.go +++ b/doPatch.go @@ -40,7 +40,7 @@ func doPatch() (string, error) { me.curpatches = forgepb.NewPatches() me.curpatches.Filename = config.Get("curpatches") if me.curpatches.Filename == "" { - panic("config failed") + panic("config failed. no 'curpatches' set in ~/.config/forge/config.text") } if err := me.curpatches.Load(); err != nil { me.curpatches.Save() -- cgit v1.2.3