summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()