diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 13:53:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 13:53:46 -0500 |
| commit | f6803f07f1de75d84e4282409e237b00dd52586b (patch) | |
| tree | e391f9f8af6e7dd0f4ed27375939ab9282392635 /doPatch.go | |
| parent | 30dcc8af9f35ed988b79d39121801d3a27a036c2 (diff) | |
rewrite core ENV configuration
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ func doPatch() error { } if argv.Patch.List != nil { - return doPatchList() + me.forge.Patchsets.PrintTable() + // return doPatchList() + return nil } // if no option is given to patch, list out the |
