mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 10:44:27 +00:00
chore(userspace/falco): correct comment
Co-authored-by: Andrea Terzolo <andrea.terzolo@polito.it> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -21,7 +21,7 @@ using namespace falco::app;
|
||||
application::run_result application::init_clients()
|
||||
{
|
||||
#ifndef MINIMAL_BUILD
|
||||
// k8s clients is useful only if syscall source is enabled
|
||||
// k8s client is useful only if the syscall source is enabled
|
||||
if (!is_syscall_source_enabled())
|
||||
{
|
||||
return run_result::ok();
|
||||
|
||||
Reference in New Issue
Block a user