mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
help: fix wrong lineage fetch url
Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com>
This commit is contained in:
parent
fa389efff3
commit
6b425dfc17
|
|
@ -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/"
|
||||
fetch="https://{{ site.hostname }}/git/lineageOS/LineageOS/"
|
||||
review="review.lineageos.org" />
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue