diff options
| author | Steve Azzopardi <sazzopardi@gitlab.com> | 2019-07-25 07:42:08 +0000 |
|---|---|---|
| committer | Steve Azzopardi <sazzopardi@gitlab.com> | 2019-07-25 07:42:08 +0000 |
| commit | 80f1de4356cbda8d55a3d0e745e04cb90ab8f4c0 (patch) | |
| tree | 47719a61aa057f9169709f509b554d7a6e64129d | |
| parent | Merge branch 'docs-mdl-rules' into 'master' (diff) | |
| parent | Fix PowerShell capitalization (diff) | |
| download | gitlab-runner-80f1de4356cbda8d55a3d0e745e04cb90ab8f4c0.tar.gz | |
Merge branch 'docs-patch-5' into 'master'
Fix PowerShell capitalization
See merge request gitlab-org/gitlab-runner!1497
| -rw-r--r-- | docs/shells/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shells/index.md b/docs/shells/index.md index c450614d..b205ce45 100644 --- a/docs/shells/index.md +++ b/docs/shells/index.md @@ -212,7 +212,7 @@ passing the file name to the following command: powershell -noprofile -noninteractive -executionpolicy Bypass -command generated-windows-powershell.ps1 ``` -This is how an example powershell script looks like: +This is how an example PowerShell script looks like: ```bash $ErrorActionPreference = "Stop" |
