From f73df7d8794b5222d42eefb2292e8f64c024ba6a Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 13 Jan 2018 01:03:37 -0600 Subject: [PATCH] Removing the static github reference --- src/spm/spm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spm/spm.lua b/src/spm/spm.lua index 287dafc..5ed9976 100644 --- a/src/spm/spm.lua +++ b/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