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:
Diffstat (limited to 'doc/development/shell_scripting_guide/index.md')
-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:**