From 76e3b8c6599e41c15c63076ebe2bbd27e7293043 Mon Sep 17 00:00:00 2001 From: Alvaro Naveda Date: Fri, 31 Oct 2014 11:55:56 +0100 Subject: [PATCH] Fixed markdown error in 7.3-to-7.4 update guide Just fixed a minor bug in the markdown notation --- doc/update/7.3-to-7.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md index 69d86fb06ed..3f471500c82 100644 --- a/doc/update/7.3-to-7.4.md +++ b/doc/update/7.3-to-7.4.md @@ -9,6 +9,7 @@ ```bash cd /home/git/gitlab sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production +``` ### 2. Get latest code