diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |
