diff --git a/list_builder.py b/list_builder.py index 8d24561e..3ebce0fa 100755 --- a/list_builder.py +++ b/list_builder.py @@ -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']