From f6803f07f1de75d84e4282409e237b00dd52586b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 13:53:46 -0500 Subject: rewrite core ENV configuration --- doPatch.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doPatch.go') diff --git a/doPatch.go b/doPatch.go index ee3631d..d1ee508 100644 --- a/doPatch.go +++ b/doPatch.go @@ -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 -- cgit v1.2.3