Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrondier committed Dec 9, 2024
1 parent dcd2f11 commit 6cd9d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/dbaas_user_show_kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func (c *dbaasUserShowCmd) showKafka(ctx context.Context) (output.Outputter, err
Kafka: &dbaasKafkaUserShowOutput{
AccessCert: u.AccessCert,
AccessCertExpiry: u.AccessCertExpiry,
AccessKey: "xxxxxx",
},
}, nil
}
Expand Down

0 comments on commit 6cd9d57

Please sign in to comment.