Skip to content

Commit 3d4313f

Browse files
authored
Fix the ExecIntegration name (#2597)
For some reason this was still core. It should be exec.
1 parent 76e98df commit 3d4313f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Integrations/Integrations/Exec/ExecIntegration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class ExecIntegration extends Integration
1818
{
1919
const MAX_CMD_SIZE = 4 * 1024;
20-
const NAME = "core";
20+
const NAME = "exec";
2121
const REDACTED_PARAM_PAT =
2222
'/\A(?i)-{0,2}(?:p(?:ass(?:w(?:or)?d)?)?|api_?key|secret|'
2323
. 'a(?:ccess|uth)_token|mysql_pwd|credentials|(?:stripe)?token)\z/';

0 commit comments

Comments
 (0)