summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
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()