Skip to content

Commit

Permalink
fix #101
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeghnag committed Jun 29, 2023
1 parent 2519fc4 commit 58507c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/certs/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func inspectResources(resourceTypes []string) {
}
}
for _, curr := range resources {
age := helpers.GetAge(vars.MustGatherRootPath+"/cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/", curr.GetCreationTimestamp())
age := helpers.GetAge(vars.MustGatherRootPath+"/cluster-scoped-resources/", curr.GetCreationTimestamp())
_list := []string{
curr.GetNamespace(),
curr.GetName(),
Expand Down

0 comments on commit 58507c0

Please sign in to comment.