Skip to content

Commit

Permalink
Fix assigment
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaj05 committed Jul 3, 2023
1 parent 5a88063 commit d332230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kes/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func startServer(path string, sConfig serverConfig) {
init.Address.Set(sConfig.Address)
}
if sConfig.PrivateKey != "" {
init.Address.Set(sConfig.PrivateKey)
init.PrivateKey.Set(sConfig.PrivateKey)
}
if sConfig.Certificate != "" {
init.Certificate.Set(sConfig.Certificate)
Expand Down

0 comments on commit d332230

Please sign in to comment.