diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 09:58:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 09:58:36 -0500 |
| commit | 7697ab186a6af77e4bf08d60ebae53228cbcab60 (patch) | |
| tree | e7901339bde73159febeb916e90fce1dedae4267 /doPatch.go | |
| parent | d2010b859a097dafb27568af4fbff269540d8b12 (diff) | |
add doCheckout() back
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() |
