fix log msg

This commit is contained in:
AJ ONeal 2020-07-20 16:45:36 -06:00
parent 4a812770d0
commit b57a61831e
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ func Inspect(authURL, token string) (*Grants, error) {
return nil, err
}
if "" == grants.Subject {
fmt.Fprintf(os.Stderr, "TODO update mgmt server to show Subject: %q", msg)
fmt.Fprintf(os.Stderr, "TODO update mgmt server to show Subject: %q\n", msg)
grants.Subject = strings.Split(grants.Domains[0], ".")[0]
}
return grants, nil