Skip to content

Commit

Permalink
Update lib/modules/versioning/ubuntu/common.ts
Browse files Browse the repository at this point in the history
code review changes

Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
ivankatliarchuk and rarkins authored Dec 31, 2024
1 parent 166c255 commit e18d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/versioning/ubuntu/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getDatedContainerImageVersion(version: string): null | number {

function getDatedContainerImageSuffix(version: string): null | string {
const groups = regex.exec(version);
if (!groups?.groups) {
if (!groups?.groups?.suffix) {
return null;
}

Expand Down

0 comments on commit e18d415

Please sign in to comment.