mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
[microdecision] Work around a small bug for apps with different id in manifest and list.json...
(E.g. "Pelican" in list.json but "pelican" is the real id in the built list... Hence it did not fetch the previous commit correctly)
This commit is contained in:
parent
0dae1083be
commit
25c6d7168e
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ result_dict = {}
|
|||
for app, info in apps_list.items():
|
||||
print("---")
|
||||
print("Processing '%s'..." % app)
|
||||
app = app.lower()
|
||||
|
||||
# Store usefull values
|
||||
app_branch = info['branch']
|
||||
|
|
Loading…
Add table
Reference in a new issue