@ -4,7 +4,7 @@
},
["Warrick's Software"] = {
src = "{URL_BASE}/warricksothr"
}
["OPPM Repositories"] = {
link = "https://raw.githubusercontent.com/OpenPrograms/openprograms.github.io/master/repos.cfg"
@ -58,6 +58,7 @@ getContent = (url) ->
-- Request repository information
getRepositories = (repoLocation) ->
print("Retrieving Repository " .. repoLocation .. " ...")
success, raw_repositories = pcall(getContent, repoLocation)
if not success