diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-16 15:24:51 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-16 15:24:51 -0400 |
commit | 19a63b0ddff7e414598d1b23457b41cc89b662a1 (patch) | |
tree | 5eaecc5ec2717babaf1d0cfee5366385e0d78083 /doc/update | |
parent | d906dedec605fc91578c2e4986a006434165bf3c (diff) | |
download | gitlab-ce-19a63b0ddff7e414598d1b23457b41cc89b662a1.tar.gz |
Add missing code fence closure
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/7.14-to-8.0.md | 1 |
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. |