Skip to content

Commit 0137efd

Browse files
authored
Merge pull request fluxcd#262 from megakid/patch-1
Fixed missing setter for Forwarder CertPool
2 parents 3a43759 + f0b206c commit 0137efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/notifier/forwarder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func NewForwarder(hookURL string, proxyURL string, certPool *x509.CertPool) (*Fo
4646
return &Forwarder{
4747
URL: hookURL,
4848
ProxyURL: proxyURL,
49+
CertPool: certPool,
4950
}, nil
5051
}
5152

0 commit comments

Comments
 (0)