Skip to content

Commit

Permalink
Merge pull request #2 from pipedrive/fix-logging-bug
Browse files Browse the repository at this point in the history
DTM-1161 Fixing logging bug
  • Loading branch information
Renno Reinurm authored Jun 2, 2020
2 parents 15735ff + 1fcf08d commit 7aa37b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET := kubelogin
TARGET_PLUGIN := kubectl-kubelogin
CIRCLE_TAG ?= v1.15.2-pipedrive
CIRCLE_TAG ?= v1.15.3-pipedrive
LDFLAGS := -X main.version=$(CIRCLE_TAG)

all: $(TARGET)
Expand Down
1 change: 0 additions & 1 deletion pkg/adaptors/oidcclient/oidcclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func (c *client) wrapContext(ctx context.Context) context.Context {
func (c *client) GetTokenByAuthCode(ctx context.Context, in GetTokenByAuthCodeInput, localServerReadyChan chan<- string) (*TokenSet, error) {

ctx = c.wrapContext(ctx)
fmt.Println("Got it here before config")

config := oauth2cli.Config{
OAuth2Config: c.oauth2Config,
Expand Down

0 comments on commit 7aa37b3

Please sign in to comment.