We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3a48d commit 7a7d9a1Copy full SHA for 7a7d9a1
scripts/e2e/clone-cache.sh
@@ -152,7 +152,7 @@ mkdir -p "$ROOT/.orch/auth/codex" "$ROOT/.orch/env"
152
153
run_clone_case "first" "0"
154
155
-MIRROR_ROOT="$ROOT/.docker-git/.cache/git-mirrors"
+MIRROR_ROOT="$ROOT/.cache/git-mirrors"
156
[[ -d "$MIRROR_ROOT" ]] || fail "expected mirror root directory to exist: $MIRROR_ROOT"
157
158
mapfile -t MIRRORS < <(find "$MIRROR_ROOT" -mindepth 1 -maxdepth 1 -type d -name "*.git" | sort)
0 commit comments