summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-26 11:59:59 -0600
committerJeff Carr <[email protected]>2024-01-26 11:59:59 -0600
commit1a459d6f6ff8ed77f41bba1cceea92035415aa0b (patch)
tree209e012acba80a0397d5c7be181e85bbb0241df4 /main.go
parent615947a05a5fd291f4e43da11eeb50fcd3eaa597 (diff)
closer to release automation
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index e4d3115..7a43d25 100644
--- a/main.go
+++ b/main.go
@@ -33,9 +33,9 @@ func main() {
// scan repos every 30 seconds
// check every second for the checkbox changing
var i int = 60
- myTicker(1 * time.Second, "newScan()", func() {
+ myTicker(1*time.Second, "newScan()", func() {
i += 1
- if ! me.scanEveryMinute.Checked() {
+ if !me.scanEveryMinute.Checked() {
if i < 60 {
i = 60
}