Skip to content

Commit

Permalink
chore(kuma-dp): fix missing type in accesslogs streamer on windows (#…
Browse files Browse the repository at this point in the history
…7280)

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored Jul 18, 2023
1 parent 0a35b25 commit c3b98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kuma-dp/pkg/dataplane/accesslogs/streamer_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (s *accessLogStreamer) NeedLeaderElection() bool {
return false
}

func NewAccessLogStreamer(address) *accessLogStreamer {
func NewAccessLogStreamer(address string) *accessLogStreamer {
return &accessLogStreamer{
address: address,
}
Expand Down

0 comments on commit c3b98e7

Please sign in to comment.