diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
