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
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-16 22:24:51 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-16 22:24:51 +0300
commit19a63b0ddff7e414598d1b23457b41cc89b662a1 (patch)
tree5eaecc5ec2717babaf1d0cfee5366385e0d78083 /doc
parentd906dedec605fc91578c2e4986a006434165bf3c (diff)
Add missing code fence closure
Diffstat (limited to 'doc')
-rw-r--r--doc/update/7.14-to-8.0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 59415e98782..6a0b355b2ec 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -101,6 +101,7 @@ otherwise your secrets are exposed if one of your backups is compromised.
```
sudo -u gitlab_ci -H cp config/secrets.yml.example config/secrets.yml
sudo -u gitlab_ci -H chmod 0600 config/secrets.yml
+```
### 7. Install libs, migrations, etc.