Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 13, 2023
1 parent 380442f commit 4016fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/supercollider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func Reload(cctx *cli.Context) error {
TotalDesiredEvents: cctx.Int("total-events"),
}

repoman.SetEventHandler(s.HandleRepoEvent)
repoman.SetEventHandler(s.HandleRepoEvent, false)

// HTTP Server setup and Middleware Plumbing
e := echo.New()
Expand Down

0 comments on commit 4016fe0

Please sign in to comment.