Skip to content

Commit

Permalink
Merge pull request #1392 from snyk/fix/align-integration-name-for-jet…
Browse files Browse the repository at this point in the history
…brains-ide

fix: align integration naming for JetBrains IDEs
  • Loading branch information
pavel-snyk committed Sep 8, 2020
2 parents 2907db7 + 8d680ec commit 9668ed1
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 9668ed1

Please sign in to comment.