diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 12:08:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 12:08:08 -0600 |
| commit | 501241dbb6417f642dc4a16248fffc46278a2b05 (patch) | |
| tree | 68107fed4c8aeec567ab25c0b3fb4c9915bb3688 /main.go | |
| parent | 2ea06531dc85cac8cd8293ce3ee9d5f3642943d4 (diff) | |
func name change
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ func main() { // scan in the State of all the repos // TODO: should not really be necessary directly after init() - me.repos.View.ScanRepositories() + me.repos.View.ScanRepositoriesOld() // todo: add this to forgepb me.startRepo = me.forge.FindWorkingDirRepo() |
