Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrathier committed Oct 24, 2024
1 parent 60029aa commit e45f2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AgentlessAgentService {
throw new AgentlessAgentConfigError('missing Agentless API configuration in Kibana');
}

if (!isAgentlessEnabled) {
if (!isAgentlessEnabled()) {
logger.error(
'[Agentless API] Agentless agents are only supported in cloud deployment and serverless projects'
);
Expand Down

0 comments on commit e45f2be

Please sign in to comment.