Skip to content

Commit 3dc9c58

Browse files
Use instance of config instead of reference
1 parent 73ca87e commit 3dc9c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (b *Bootstrap) StartAPIServer(ctx context.Context) error {
185185
b.server = api.NewServer(b.logger, b.collector, b.config)
186186

187187
// create the signer based on either a single coa key being provided and using a simple in-memory
188-
// signer, or multiple keys being provided and using signer with key-rotation mechanism.
188+
// signer, or multiple keys being provided and using signer with key-rotation mechanism.bootstrap/bootstrap.go
189189
var signer crypto.Signer
190190
var err error
191191
switch {

0 commit comments

Comments
 (0)