Skip to content

Commit

Permalink
fix: missing noCache parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 24, 2024
1 parent 9873c91 commit 890a494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function fetchWinNightly()
end

-- available.lua
function fetchAvailable()
function fetchAvailable(noCache)
local result = {}
if RUNTIME.archType ~= "amd64" and RUNTIME.osType ~= "darwin" then
error("Crystal does not provide " .. RUNTIME.osType .. "-" .. RUNTIME.archType .. " release")
Expand Down

0 comments on commit 890a494

Please sign in to comment.