Skip to content

Commit

Permalink
New Build 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMolz committed Nov 15, 2024
1 parent 46d1c10 commit 670655a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ func StartScheduler(ctx context.Context, cfg config.Config) {
}

if cfg.MODE == "agent" {
log.Println("Running in agent mode, exiting after initial connection.")
log.Println("Running in agent mode, exiting after completing findings collection.")
return
}

// Start the regular ticker-based scheduler
ticker := time.NewTicker(time.Duration(cfg.FETCH_INTERVAL) * time.Hour)
defer ticker.Stop()
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 670655a

Please sign in to comment.