Skip to content

Commit

Permalink
fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk authored and jennijuju committed Jul 29, 2021
1 parent 00c3432 commit bb040ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var AuthApiInfoToken = &cli.Command{

// TODO: Log in audit log when it is implemented

currentEnv, _ := cliutil.EnvsForAPIInfos(t)
currentEnv, _, _ := cliutil.EnvsForAPIInfos(t)
fmt.Printf("%s=%s:%s\n", currentEnv, string(token), ainfo.Addr)
return nil
},
Expand Down

0 comments on commit bb040ab

Please sign in to comment.