diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -167,6 +167,10 @@ func doPatchProcess() (string, error) { // already applied continue } + if p.State == "no namespace" { + // you don't have this repo on your disk + continue + } newpatches.Clone(p) } if newpatches.Len() == 0 { |
