diff --git a/src/repos.cfg b/src/repos.cfg index b891ea6..a01742c 100644 --- a/src/repos.cfg +++ b/src/repos.cfg @@ -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" } diff --git a/src/spm/spm.moon b/src/spm/spm.moon index dd3c64e..6fe0bd9 100644 --- a/src/spm/spm.moon +++ b/src/spm/spm.moon @@ -58,6 +58,7 @@ getContent = (url) -> -- Request repository information getRepositories = (repoLocation) -> + print("Retrieving Repository " .. repoLocation .. " ...") success, raw_repositories = pcall(getContent, repoLocation) if not success