Skip to content

Commit a143255

Browse files
chore: tweaks
1 parent 9c4f249 commit a143255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class GitHelper {
113113
/**
114114
* @return {string} origin name
115115
*/
116-
private getRemoteName = (): string | never => this.origin ?? 'origin';
116+
public getRemoteName = (): string | never => this.origin ?? 'origin';
117117

118118
/**
119119
* @param {Context} context context

0 commit comments

Comments
 (0)