summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index efbc8ec..52a90f1 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -56,6 +56,9 @@ func doPatch() error {
return nil
}
+ // always run dirty first
+ me.forge.CheckDirty()
+
// if no option is given to patch, list out the
// repos that have patches ready in them
found := findReposWithPatches()