diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 01:14:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 01:14:37 -0600 |
| commit | 752f65fc18b151ecd9775d15f3caf5b8bbff2760 (patch) | |
| tree | 100def1aaea5e1634416bff83daac713935c26ca /main.go | |
| parent | a7e37626c0be69c312a001418725c382de9393ae (diff) | |
something something notsure
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
