Skip to content

Commit

Permalink
help: fix wrong lineage fetch url
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com>
  • Loading branch information
hitmoon committed Nov 3, 2023
1 parent fa389ef commit 6b425df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/_posts/1970-01-01-lineageOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
```

Expand Down

0 comments on commit 6b425df

Please sign in to comment.