diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |
