fix compilation error.

This commit is contained in:
Raúl Kripalani 2021-07-29 16:18:43 +01:00 committed by Jennifer Wang
parent 04b358f340
commit 8c326d7bad

View File

@ -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
},