Skip to content

Commit

Permalink
handle no update date
Browse files Browse the repository at this point in the history
  • Loading branch information
xbhouse committed Apr 17, 2024
1 parent c258f89 commit bce4f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tangy/rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type ErrataListItem struct {
Summary string
Description string
IssuedDate string
UpdatedDate string
UpdatedDate *string
Type string
Severity string
RebootSuggested bool
Expand Down

0 comments on commit bce4f5e

Please sign in to comment.