summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-07-23 07:51:12 +0000
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-07-23 07:51:12 +0000
commit8b5e382c08f0d5ee71ba27927e69f6d87ed55d4a (patch)
tree63e6e8169b1c002a16c48adf2a37a9828997a98e
parent930582d83dc179f7ded790121fa1388cb9ae3025 (diff)
downloadgitlab-ce-64016-unix-shell-scripting-style-guide.tar.gz
Apply suggestion to doc/development/shell_scripting_guide/index.md64016-unix-shell-scripting-style-guide
-rw-r--r--doc/development/shell_scripting_guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md
index a0acd50b496..ae7f2154682 100644
--- a/doc/development/shell_scripting_guide/index.md
+++ b/doc/development/shell_scripting_guide/index.md
@@ -15,7 +15,7 @@ should be eventually harmonized with this guide. If there are any per-project
deviations from this guide, they should be described in the
`README.md` or `PROCESS.md` file for such a project.
-### Word of caution
+### Avoid using shell scripts
CAUTION: **Caution:**
This is a must-read section.