fix compilation error.

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

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