Fix fallback URL

This commit is contained in:
AaronDewes 2022-04-08 10:22:48 +00:00
parent a098b0a809
commit d6d8f3c17c

View File

@ -69,7 +69,7 @@ def getAppYml(name):
sourceMap = {
name: {
"githubRepo": "runcitadel/core",
"branch": "v2"
"branch": "c-lightning-v3"
}
}
url = 'https://raw.githubusercontent.com/{}/{}/apps/{}/app.yml'.format(sourceMap[name]["githubRepo"], sourceMap[name]["branch"], name)