Skip to content

Commit

Permalink
chore: Make status printer smarter
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Dec 17, 2024
1 parent b7ca286 commit 77140ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/v1/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func LicensingStatus(req *LicenseConfig) string {
if req != nil {
key := "<MISSING>"
if req != nil {
key = "<SECRET>"
key = req.Key
}
pass := "<MISSING>"
if req != nil {
Expand Down

0 comments on commit 77140ba

Please sign in to comment.