summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index 82e15e8..75e23a6 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -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 {