Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-11 09:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-11 09:08:45 +0300
commit79b32f05d4c0e6cedcf14d48bef24fd68e33a7f6 (patch)
tree1e1acb8f92705fe8e403f325606fd4cb069aaae0 /doc/development/shell_scripting_guide
parent82b4999167b35b73a41951bf088b77ee4aef846c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r--doc/development/shell_scripting_guide/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md
index c04a4e90e59..622c90d7a97 100644
--- a/doc/development/shell_scripting_guide/index.md
+++ b/doc/development/shell_scripting_guide/index.md
@@ -65,7 +65,7 @@ shell check:
before_script:
- shellcheck --version
script:
- - shellcheck scripts/**/*.sh # path to your shell scripts
+ - shellcheck scripts/**/*.sh # path to your shell scripts
```
TIP: **Tip:**
@@ -93,7 +93,7 @@ shfmt:
before_script:
- shfmt -version
script:
- - shfmt -i 2 -ci -d scripts # path to your shell scripts
+ - shfmt -i 2 -ci -d scripts # path to your shell scripts
```
TIP: **Tip:**