summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-05 12:53:05 -0500
committerJeff Carr <[email protected]>2025-09-05 12:53:05 -0500
commite639f7d7b7930185aa319a91317087015887d75e (patch)
tree27228d32cd811adb6ead90b5db93fa7b725c1284 /main.go
parent790c48e0d0ef2fde8583820b8ab834449bf00ac0 (diff)
set patch NewHash
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0285145..8dbefc5 100644
--- a/main.go
+++ b/main.go
@@ -79,6 +79,9 @@ func main() {
// load the ~/.config/forge/ config
me.forge = forgepb.Init()
+ // initialize patches
+ doPatchInit()
+
// first find the repos or gopaths to operate on
if argv.Config != nil {
doConfig()