From e5355042eca586eba6eef85e582a888c97ad0fa6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 16 Oct 2023 20:47:11 -0700 Subject: [PATCH] Update the cnspec tagline to match v8 (#849) We updated this in v8 a while back Signed-off-by: Tim Smith --- apps/cnspec/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cnspec/cmd/root.go b/apps/cnspec/cmd/root.go index 10c0a97f..215ddcaa 100644 --- a/apps/cnspec/cmd/root.go +++ b/apps/cnspec/cmd/root.go @@ -31,7 +31,7 @@ import ( ) const ( - rootCmdDesc = "cnspec is a cloud-native security testing tool for your entire fleet\n" + rootCmdDesc = "cnspec is a cloud-native security testing tool for your entire infrastructure\n" ) const cnspecLogo = " ___ _ __ ___ _ __ ___ ___ \n" +