diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ func doPatch() error { // return doPatchList() applied := findApplied() - if applied.Len() == 0 { + if applied == nil || applied.Len() == 0 { log.Info("no patches have been appled to the devel branch yet") return nil } |
