summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.xml2
-rw-r--r--replicant/remotes.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml
index 8ab60cc..530a8e8 100644
--- a/default.xml
+++ b/default.xml
@@ -14,7 +14,7 @@
fetch="ssh://git@github.com" />
<remote name="aosp"
- fetch="../mirrors/AOSP"
+ fetch="../../mirrors/AOSP"
revision="refs/tags/android-10.0.0_r37" />
<default revision="refs/heads/lineage-17.1"
diff --git a/replicant/remotes.xml b/replicant/remotes.xml
index 6152dae..bff0c69 100644
--- a/replicant/remotes.xml
+++ b/replicant/remotes.xml
@@ -2,8 +2,8 @@
<manifest>
<remote name="replicant-next"
revision="replicant-next"
- fetch=".." />
+ fetch="../.." />
<remote name="replicant-mirrors"
- fetch="../mirrors" />
+ fetch="../../mirrors" />
</manifest>