From 95dc39364089e9742fbe38f98218874c81e68293 Mon Sep 17 00:00:00 2001 From: vmarcella Date: Fri, 8 Nov 2024 17:18:38 -0800 Subject: [PATCH] [fix] env flag documentation. --- cmd/ie/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ie/commands/root.go b/cmd/ie/commands/root.go index e6af11b..86df024 100644 --- a/cmd/ie/commands/root.go +++ b/cmd/ie/commands/root.go @@ -50,7 +50,7 @@ func ExecuteCLI() { String( "environment", environments.EnvironmentsLocal, - "The environment that the CLI is running in. Valid options are 'local', 'github-actions'. For running ie in your standard terminal, local will work just fine. If using IE inside a github action, use github-actions.", + "The environment that the CLI is running in. Valid options are 'local', 'github-action'. For running ie in your standard terminal, local will work just fine. If using IE inside a github action, use github-action.", ) rootCommand.PersistentFlags().