Browse Source

Added logging, and missing comma

environments/development/deployments/44
Drew Short 7 years ago
parent
commit
d34cee150c
  1. 2
      src/repos.cfg
  2. 1
      src/spm/spm.moon

2
src/repos.cfg

@ -4,7 +4,7 @@
}, },
["Warrick's Software"] = { ["Warrick's Software"] = {
src = "{URL_BASE}/warricksothr" src = "{URL_BASE}/warricksothr"
}
},
["OPPM Repositories"] = { ["OPPM Repositories"] = {
link = "https://raw.githubusercontent.com/OpenPrograms/openprograms.github.io/master/repos.cfg" link = "https://raw.githubusercontent.com/OpenPrograms/openprograms.github.io/master/repos.cfg"
} }

1
src/spm/spm.moon

@ -58,6 +58,7 @@ getContent = (url) ->
-- Request repository information -- Request repository information
getRepositories = (repoLocation) -> getRepositories = (repoLocation) ->
print("Retrieving Repository " .. repoLocation .. " ...")
success, raw_repositories = pcall(getContent, repoLocation) success, raw_repositories = pcall(getContent, repoLocation)
if not success if not success

Loading…
Cancel
Save