From 19a63b0ddff7e414598d1b23457b41cc89b662a1 Mon Sep 17 00:00:00 2001
From: Robert Speicher <rspeicher@gmail.com>
Date: Wed, 16 Sep 2015 15:24:51 -0400
Subject: [PATCH] Add missing code fence closure

---
 doc/update/7.14-to-8.0.md | 1 +
 1 file changed, 1 insertion(+)

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.
 
-- 
GitLab