Skip to content

Commit

Permalink
Make server client.Config pass context
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake committed Feb 3, 2018
1 parent 0eaa6ec commit 8172d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type server struct {
}

func newServer(namespace, baseName string, logger *logrus.Logger) (*server, error) {
clientConfig, err := client.Config("", baseName)
clientConfig, err := client.Config("", "", baseName)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 8172d24

Please sign in to comment.