Skip to content

Commit c54c511

Browse files
authored
Merge pull request #229 from eyJhb/lineage-device-metadata-branch
lineageos: change hudson metadata branch from master to main
2 parents f941a20 + a0fc080 commit c54c511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flavors/lineageos/update_device_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def fetch_metadata(
1818
) -> Any:
1919
metadata = {}
2020

21-
hudson_path = get_store_path(checkout_git(hudson_url, 'refs/heads/master')['path'])
21+
hudson_path = get_store_path(checkout_git(hudson_url, 'refs/heads/main')['path'])
2222

2323
# Devices we can't support due to repo naming inconsistencies. If you care
2424
# about a certain device in this list, you can add a workaround and remove

0 commit comments

Comments
 (0)