Skip to content

Commit 15075ee

Browse files
authoredNov 9, 2024
Fix documentation for --environment flag. (#241)
1 parent 92b16df commit 15075ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/ie/commands/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func ExecuteCLI() {
5050
String(
5151
"environment",
5252
environments.EnvironmentsLocal,
53-
"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.",
53+
"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.",
5454
)
5555

5656
rootCommand.PersistentFlags().

0 commit comments

Comments
 (0)