Skip to content

Commit 097a651

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/10.6.2/update_sophos_integration_guide' into bugfix/10.6.2/update_sophos_integration_guide
2 parents a77917b + 3848c82 commit 097a651

File tree

1 file changed

+1
-1
lines changed
  • backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl

1 file changed

+1
-1
lines changed

backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleSophos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public List<ModuleRequirement> checkRequirements(Long serverId) throws Exception
4141
public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Exception {
4242
List<ModuleConfigurationKey> keys = new ArrayList<>();
4343

44-
// sophos_api_url
44+
// sophos_api_client_id
4545
keys.add(ModuleConfigurationKey.builder()
4646
.withGroupId(groupId)
4747
.withConfKey("sophos_client_id")

0 commit comments

Comments
 (0)