Skip to content

Commit 72b01a8

Browse files
author
Tobias Fuhrimann
committed
Add alias for inactive certificates
1 parent a30786a commit 72b01a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backups.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ func formatStatus(s string) string {
7171
if s == "VALID_INST" {
7272
s = "INSTALLED"
7373
}
74+
if s == "VALID_UNINST" {
75+
s = "UNINSTALLED"
76+
}
7477

7578
formatted := strings.Replace(s, "_", " ", -1)
7679
formatted = strings.ToLower(formatted)

0 commit comments

Comments
 (0)