Skip to content

Commit a6758f6

Browse files
authored
Merge pull request #1061 from utmstack/bugfix/10.6.2/update_sophos_integration_guide
Bugfix/10.6.2/update sophos integration guide
2 parents 2ea15bf + 0113e53 commit a6758f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sophos/processor/processor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ func getSophosCentralProcessor(group types.ModuleGroup) SophosCentralProcessor {
2626

2727
for _, cnf := range group.Configurations {
2828
switch cnf.ConfName {
29-
case "ClientID":
29+
case "Client Id":
3030
sophosProcessor.ClientID = cnf.ConfValue
31-
case "ClientSecret":
31+
case "Client Secret":
3232
sophosProcessor.ClientSecret = cnf.ConfValue
3333
}
3434
}

0 commit comments

Comments
 (0)