From f7ff5981f9abe4bb5b55ef3c3f777f73d04649b8 Mon Sep 17 00:00:00 2001 From: Stoned Elipot Date: Sat, 26 Nov 2022 20:16:03 +0100 Subject: [PATCH] Typo --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 01a61730e..1f36ae0e2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,7 @@ import ( var RootCmd = &cobra.Command{ Use: "atmos", Short: "Universal Tool for DevOps and Cloud Automation", - Long: `'atmos'' is a universal tool for DevOps and cloud automation used for provisioning, managing and orchestrating workflows across various toolchains`, + Long: `'atmos' is a universal tool for DevOps and cloud automation used for provisioning, managing and orchestrating workflows across various toolchains`, } // Execute adds all child commands to the root command and sets flags appropriately.