Skip to content

Commit

Permalink
fix odin
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Apr 22, 2024
1 parent a1ace62 commit 045f716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/versions/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ func (g *GithubRepo) fetchRepo(repo string) {
if strings.HasPrefix(name, "PHP-") {
name = "php"
}
if name == "Odin" {
name = "odin"
}
versions := Versions{}

content := g.uploader.GetGithubReleaseList(repo)
Expand Down

0 comments on commit 045f716

Please sign in to comment.