diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ func (all *Repos) ConfigSave() error { } if all == nil { log.Warn("gitpb all == nil") - panic("why is this nil?") + return errors.New("gitpb.ConfigSave() all == nil") } data, err := all.Marshal() |
