Skip to content

Commit

Permalink
fix BSD release name
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Dec 23, 2023
1 parent b5adbaa commit 238070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/glow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ local function release_file_url()
["Windows_NT"] = "Windows",
["Linux"] = "Linux",
["Darwin"] = "Darwin",
["BSD"] = "freebsd",
["BSD"] = "Freebsd",
}

local arch_patterns = {
Expand Down

0 comments on commit 238070a

Please sign in to comment.