mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Fix fallback URL
This commit is contained in:
parent
a098b0a809
commit
d6d8f3c17c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user