Skip to content

Commit

Permalink
Merge pull request #11 from GitGuardian/salomevoltz/scrt-4720-monitoring
Browse files Browse the repository at this point in the history
feat(monitoring): rename env variable
  • Loading branch information
salome-voltz authored Sep 20, 2024
2 parents 483d582 + 8e45bf9 commit af61623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ggshield-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function runGGShieldCommand(
// eslint-disable-next-line @typescript-eslint/naming-convention
GITGUARDIAN_API_URL: apiUrl,
// eslint-disable-next-line @typescript-eslint/naming-convention
USER_AGENT: "gitguardian-vscode",
GG_USER_AGENT: "gitguardian-vscode",
},
encoding: "utf-8",
windowsHide: true,
Expand Down

0 comments on commit af61623

Please sign in to comment.