fix compilation error.

This commit is contained in:
Raúl Kripalani
2021-07-29 12:23:04 -04:00
committed by Jennifer Wang
parent 00c3432e5a
commit bb040abb2c
+1 -1
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
},