diff options
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() |
