Revert "help: fix wrong lineage fetch url"

This commit is contained in:
Miao Wang 2024-01-09 22:34:49 +08:00 committed by GitHub
parent e03144c8c6
commit de347030bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ repo init -u https://{{ site.hostname }}/git/lineageOS/LineageOS/android.git -b
fetch="https://github.com/" />
<remote name="lineage"
fetch="https://{{ site.hostname }}/git/lineageOS/LineageOS/"
fetch="https://{{ site.hostname }}/git/lineageOS/"
review="review.lineageos.org" />
```