Skip to content

Commit

Permalink
Update internal/eol.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <ralf.pannemans@googlemail.com>
  • Loading branch information
pbusko and c0d1ngm0nk3y committed Jun 19, 2024
1 parent 179e370 commit 47d06f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/eol.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func GetEolDate(eolID, version string) (string, error) {

cycle, err := selectCycle(version, cycleList)
if err != nil {
return "", fmt.Errorf("could not find a relese cycle: %w", err)
return "", fmt.Errorf("could not find a release cycle: %w", err)
}

if cycle.EOL == "" {
Expand Down

0 comments on commit 47d06f6

Please sign in to comment.