You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/ie/commands/root.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ func ExecuteCLI() {
50
50
String(
51
51
"environment",
52
52
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.",
0 commit comments