Skip to content

Commit

Permalink
Fix documentation for --environment flag. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcella authored Nov 9, 2024
1 parent 92b16df commit 15075ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ie/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 15075ee

Please sign in to comment.