Skip to content

Commit a0fc080

Browse files
committed
lineageos: change hudson metadata branch from master to main
1 parent f941a20 commit a0fc080

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)