Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Resolve linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nint8835 committed Feb 26, 2024
1 parent 0335fc6 commit 58db6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var agentRunCmd = &cobra.Command{
agentInst.Start()

sc := make(chan os.Signal, 1)
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM)
<-sc

agentInst.Stop()
Expand Down

0 comments on commit 58db6bb

Please sign in to comment.