diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ func main() { // so I can't trust even what I see. It's complicated right now still. me.release.openrepo.Disable() + // disable the gui until the repos are scanned + me.release.box.Disable() me.Disable() // parse config file and scan for .git repos |
