summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 01:14:37 -0600
committerJeff Carr <[email protected]>2025-01-30 01:14:37 -0600
commit752f65fc18b151ecd9775d15f3caf5b8bbff2760 (patch)
tree100def1aaea5e1634416bff83daac713935c26ca
parenta7e37626c0be69c312a001418725c382de9393ae (diff)
something something notsure
-rw-r--r--doStrict.go1
-rw-r--r--main.go2
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
}
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()