Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Feb 7, 2025
1 parent ce97405 commit 1dd3801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/agent/persistence/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ func main() {
if err := persistenceAgentFlags.Parse(os.Args[1:]); err != nil {
log.Fatalf("Failed to parse flags: %v", err)
}

flag.Parse()
// set up signals so we handle the first shutdown signal gracefully
stopCh := signals.SetupSignalHandler()

Expand Down

0 comments on commit 1dd3801

Please sign in to comment.