From 484ea74ed003bd3c80175cff0f69d1ff807bd8d7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 26 May 2021 06:04:38 -0400 Subject: [PATCH] Update 0277-run-action-shell-options.md (#1106) --- docs/adrs/0277-run-action-shell-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adrs/0277-run-action-shell-options.md b/docs/adrs/0277-run-action-shell-options.md index 2b3c4110d..1f7f97fd3 100644 --- a/docs/adrs/0277-run-action-shell-options.md +++ b/docs/adrs/0277-run-action-shell-options.md @@ -8,7 +8,7 @@ run-actions run scripts using a platform specific shell: `bash -eo pipefail` on non-windows, and `cmd.exe /c /d /s` on windows -The `shell` option overwrites this to allow different flags or completely different shells/interpreters +The `shell` option overrides this to allow different flags or completely different shells/interpreters A small example is: ```yml