We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f941a20 + a0fc080 commit c54c511Copy full SHA for c54c511
flavors/lineageos/update_device_metadata.py
@@ -18,7 +18,7 @@ def fetch_metadata(
18
) -> Any:
19
metadata = {}
20
21
- hudson_path = get_store_path(checkout_git(hudson_url, 'refs/heads/master')['path'])
+ hudson_path = get_store_path(checkout_git(hudson_url, 'refs/heads/main')['path'])
22
23
# Devices we can't support due to repo naming inconsistencies. If you care
24
# about a certain device in this list, you can add a workaround and remove
0 commit comments