diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-11-02 10:08:03 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-11-02 10:08:03 +0100 |
commit | 4d23e840d3b6588de58249ad3b3cce4679faf1f3 (patch) | |
tree | 49e8040ca417cafe555eab810d1f9af6db080ab4 | |
parent | e9171fea85fa15c9ecb5a974afe3ec38a78cdd2e (diff) | |
parent | 76e3b8c6599e41c15c63076ebe2bbd27e7293043 (diff) | |
download | gitlab-ce-4d23e840d3b6588de58249ad3b3cce4679faf1f3.tar.gz |
Merge pull request #8209 from naveda89/patch-1
Fixed markdown error in 7.3-to-7.4 update guide
-rw-r--r-- | doc/update/7.3-to-7.4.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |