Skip to content

Commit

Permalink
fix(tristar): re-enable gdansk
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski committed Nov 6, 2022
1 parent 51f77e9 commit cfd9f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tristar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {
log.Fatalf("failed to sign in: %v", err)
}

// go runGdansk(config.GdanskConfiguration, client)
go runGdansk(config.GdanskConfiguration, client)
go runGdynia(config.GdyniaConfiguration, client)

c := make(chan os.Signal, 1)
Expand Down

0 comments on commit cfd9f8a

Please sign in to comment.