summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 675127f..24f57c0 100644
--- a/main.go
+++ b/main.go
@@ -89,7 +89,8 @@ func main() {
me.release.openrepo.Disable()
me.Disable()
- log.Sleep(5)
+ log.Info("sleep(1)")
+ log.Sleep(1)
// parse config file and scan for .git repos
me.repos.initRepoList()