summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 72299a6..6fdaf3e 100644
--- a/main.go
+++ b/main.go
@@ -29,7 +29,7 @@ func main() {
// load the ~/.config/forge/ config
// this lets you configure repos you have read/write access too
- forge = forgepb.Init()
+ forge = forgepb.InitPB() // todo: make this scan only if pb file not found
// figure out what directory we are running in
check = findPwdRepo()