Skip to content

Commit

Permalink
fix: align integration naming for JetBrains IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-snyk committed Sep 8, 2020
1 parent 2907db7 commit 8d680ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/analytics-sources.ts
Expand Up @@ -25,7 +25,7 @@ enum TrackedIntegration {
DOCKER_SNYK = 'DOCKER_SNYK', // docker snyk/snyk

// IDE plugins - tracked by passing flag or envvar on CLI invocation
INTELLIJ = 'INTELLIJ',
JETBRAINS_IDE = 'JETBRAINS_IDE',
ECLIPSE = 'ECLIPSE',
VS_CODE_VULN_COST = 'VS_CODE_VULN_COST',

Expand Down

0 comments on commit 8d680ec

Please sign in to comment.