something something notsure

This commit is contained in:
Jeff Carr 2025-01-30 01:14:37 -06:00
parent a7e37626c0
commit 752f65fc18
2 changed files with 1 additions and 2 deletions

View File

@ -90,6 +90,5 @@ func doStrict(repo *gitpb.Repo) error {
} }
// everything worked! // everything worked!
configSave = true
return nil return nil
} }

View File

@ -29,7 +29,7 @@ func main() {
// load the ~/.config/forge/ config // load the ~/.config/forge/ config
// this lets you configure repos you have read/write access too // 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 // figure out what directory we are running in
check = findPwdRepo() check = findPwdRepo()