Skip to content

Commit cae6b78

Browse files
committed
Be more consistent
1 parent 097823f commit cae6b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const featureConfig: Record<
6060
{ envVar: string; minimumVersion: string | undefined; defaultValue: boolean }
6161
> = {
6262
[Feature.CodeqlJavaLombokEnabled]: {
63-
envVar: "CODEQL_JAVA_LOMBOK_ENABLED",
63+
envVar: "CODEQL_JAVA_LOMBOK",
6464
minimumVersion: "2.14.0",
6565
defaultValue: false,
6666
},

0 commit comments

Comments
 (0)