Skip to content

Commit

Permalink
Be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Jul 27, 2023
1 parent 097823f commit cae6b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const featureConfig: Record<
{ envVar: string; minimumVersion: string | undefined; defaultValue: boolean }
> = {
[Feature.CodeqlJavaLombokEnabled]: {
envVar: "CODEQL_JAVA_LOMBOK_ENABLED",
envVar: "CODEQL_JAVA_LOMBOK",
minimumVersion: "2.14.0",
defaultValue: false,
},
Expand Down

0 comments on commit cae6b78

Please sign in to comment.