Browse Source

Removing the static github reference

environments/production/deployments/10
Drew Short 6 years ago
parent
commit
f73df7d879
  1. 2
      src/spm/spm.lua

2
src/spm/spm.lua

@ -400,7 +400,7 @@ local function installPackage(pack, path, update)
end
nPath = fs.concat(path, j, string.gsub(i, ".+(/.-)$", "%1"), nil)
end
local success = pcall(downloadFile, "https://raw.githubusercontent.com/" .. repo .. "/" .. i, nPath)
local success = pcall(downloadFile, repo .. "/" .. i, nPath)
if success then
tPacks[pack][i] = nPath
end

Loading…
Cancel
Save