Skip to content

Commit ac280b7

Browse files
committed
fix: var name
1 parent 380488c commit ac280b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregator/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func aggregatorMain(ctx *cli.Context) error {
6262
go func() {
6363
listenErrPair := aggregator.SubscribeToNewTasks()
6464
if listenErrPair != nil {
65-
aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErr)
65+
aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErrPair)
6666
}
6767
}()
6868

0 commit comments

Comments
 (0)