From 12da1ea0d51a232db08bbc6cb473b37ab29b9aec Mon Sep 17 00:00:00 2001 From: noah_cyber Date: Fri, 11 Oct 2024 10:31:16 -0400 Subject: [PATCH] Update multiubuntu.md Corrected syntax for karmor logs command. --- examples/multiubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiubuntu.md b/examples/multiubuntu.md index 5bd338e023..19e0260b8b 100644 --- a/examples/multiubuntu.md +++ b/examples/multiubuntu.md @@ -35,7 +35,7 @@ * Check audit logs ```text - $ karmor log --json + $ karmor logs --json Run the above command in other terminal to see logs live. To install karmor cli tool [refer](https://github.com/kubearmor/kubearmor-client).