diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-30 08:53:37 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-30 08:53:37 +0100 |
commit | f99b876837e8e86dc5f4d898c16046d3183804a8 (patch) | |
tree | de9a8f2ae2f29bd6bb448e6e009561c9769fba6a | |
parent | b8d85bc23037be94040f12f83b15bd2aea34ffa2 (diff) | |
parent | 6093d4fd831957a5ebac4925e4b660f629b9ee60 (diff) | |
download | gitlab-ce-f99b876837e8e86dc5f4d898c16046d3183804a8.tar.gz |
Merge pull request #8185 from bbodenmiller/patch-3
fix markdown formatting
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.3.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.3.md b/doc/update/6.x-or-7.x-to-7.3.md index 66853634d38..ae086cc4435 100644 --- a/doc/update/6.x-or-7.x-to-7.3.md +++ b/doc/update/6.x-or-7.x-to-7.3.md @@ -267,6 +267,7 @@ mysql> \q # Set production -> username: git # Set production -> password: the password your replaced $password with earlier sudo -u git -H editor /home/git/gitlab/config/database.yml +``` ## Things went south? Revert to previous version (6.0) |