Skip to content

Commit

Permalink
fix: fix signal
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>
  • Loading branch information
owenrumney committed Apr 22, 2022
1 parent fbfe513 commit 71f9fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/scan/signals_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
package scan

import (
log "github.com/sirupsen/logrus"
"os"
"os/signal"
"sync"
"syscall"

log "github.com/sirupsen/logrus"
)

func (s *gitScanner) monitorSignals(processes int, wg *sync.WaitGroup) {
Expand Down

0 comments on commit 71f9fc4

Please sign in to comment.