Skip to content

Commit 7cf23ab

Browse files
authored
Merge pull request #1994 from gitgitgadget/use-more-generic-name-for-pr-repo-clone
CIHelper: avoid using the name `git.git` for the `pr-repo`
2 parents e60dc48 + 4b2da5c commit 7cf23ab

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
@@ -53,7 +53,7 @@ export class CIHelper {
5353
return configFile ? await getExternalConfig(configFile) : getConfig();
5454
}
5555

56-
public constructor(workDir: string = "git.git", config?: IConfig, skipUpdate?: boolean, gggConfigDir = ".") {
56+
public constructor(workDir: string = "pr-repo.git", config?: IConfig, skipUpdate?: boolean, gggConfigDir = ".") {
5757
this.config = config !== undefined ? setConfig(config) : getConfig();
5858
this.gggConfigDir = gggConfigDir;
5959
this.workDir = workDir;

0 commit comments

Comments
 (0)