This commit is contained in:
Deluan 2024-05-01 23:09:04 -04:00
parent a4c2232041
commit 7c5eec715d
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ import (
const triggerScanSignal = syscall.SIGUSR1
func startSignaler(ctx context.Context) func() error {
func startSignaller(ctx context.Context) func() error {
log.Info(ctx, "Starting signaler")
scanner := GetScanner()