Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Feb 10, 2019
1 parent 1813283 commit feff669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (s Server) CreateCredhubCli() (CredhubClient, error) {
options = append(options, credhub.SkipTLSValidation(true))
}
if s.config.AuthUrl != "" {
credhub.AuthURL(s.config.AuthUrl)
options = append(options, credhub.AuthURL(s.config.AuthUrl))
}

caCert := s.config.CredhubCaCert
Expand Down

0 comments on commit feff669

Please sign in to comment.