Skip to content

Commit 283ee37

Browse files
committed
fix undefined var
1 parent 5ce4481 commit 283ee37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/sotd/stability.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export async function check(sr, done) {
133133
if (!licensingFound)
134134
sr.error(self, 'no-licensing-link', {
135135
licensingText,
136-
licensingLinkNew,
136+
licensingLink,
137137
});
138138
}
139139
}

0 commit comments

Comments
 (0)