Show all of the claims (#2009)

This commit is contained in:
Matt Robinson 2019-05-22 17:31:32 -04:00 committed by Stefan Benten
parent 45a2253628
commit 5d5d82d2f7

View File

@ -59,10 +59,6 @@ func cmdExportClaims(cmd *cobra.Command, args []string) (err error) {
var toPrint []interface{}
for _, auth := range auths {
if auth.Claim == nil {
continue
}
if claimsExportCfg.Raw {
toPrint = append(toPrint, auth)
} else {