diff options
| -rw-r--r-- | doStrict.go | 1 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doStrict.go b/doStrict.go index 2255582..9d233b9 100644 --- a/doStrict.go +++ b/doStrict.go @@ -90,6 +90,5 @@ func doStrict(repo *gitpb.Repo) error { } // everything worked! - configSave = true return nil } @@ -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() |
