Skip to content

Commit ae36797

Browse files
committed
fix: lib name in error message
1 parent 5d81d7d commit ae36797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class LintError extends Error {
22
constructor(message: string) {
3-
super(`[LintBranchName] ${message}`);
3+
super(`[BranchNameLint] ${message}`);
44
}
55
}
66
export const branchProtectedError = new LintError('Protected branch');

0 commit comments

Comments
 (0)