Skip to content

Commit 4df2fa1

Browse files
committed
fixup! CIHelper: optionally clone the Git mailing list mirror
1 parent 45bcefd commit 4df2fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ci-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class CIHelper {
263263
for (const [key, value] of [
264264
["remote.mirror.url", `https://github.com/${this.config.repo.owner}/git-mailing-list-mirror`],
265265
["remote.mirror.promisor", "true"],
266-
["remote.mirror.partialclonefilter", "blob:none"],
266+
["remote.mirror.partialCloneFilter", "blob:none"],
267267
]) {
268268
await git(["config", key, value], { workDir: this.mailingListMirror });
269269
}

0 commit comments

Comments
 (0)