summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 03:35:46 -0500
committerJeff Carr <[email protected]>2025-10-15 03:35:46 -0500
commit048d8a5037fe6c3b275a9445dfeee3a5188a9453 (patch)
tree159d62fbf252bd511c652484d7ebc59d2ce1bd90 /doPatch.go
parentdd0d7c51556ff0d98548a5ef621a6e36c8e4902b (diff)
set stat.Type to REMOTE
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go2
1 files changed, 1 insertions, 1 deletions
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()