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"] = {
src = "{URL_BASE}/warricksothr"
}
},
["OPPM Repositories"] = {
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
getRepositories = (repoLocation) ->
print("Retrieving Repository " .. repoLocation .. " ...")
success, raw_repositories = pcall(getContent, repoLocation)
if not success

Loading…
Cancel
Save