fix compilation error.
This commit is contained in:
parent
04b358f340
commit
8c326d7bad
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user