Commit 6f17221b7a7861ca077f75ca563888eaab79ad1d
1 parent
fecbf925
Exists in
master
and in
4 other branches
Fix whitespace
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/6.2-to-6.3.md
@@ -42,7 +42,7 @@ cd /home/git/gitlab | @@ -42,7 +42,7 @@ cd /home/git/gitlab | ||
42 | # MySQL | 42 | # MySQL |
43 | sudo -u git -H bundle install --without development test postgres --deployment | 43 | sudo -u git -H bundle install --without development test postgres --deployment |
44 | 44 | ||
45 | -#PostgreSQL | 45 | +# PostgreSQL |
46 | sudo -u git -H bundle install --without development test mysql --deployment | 46 | sudo -u git -H bundle install --without development test mysql --deployment |
47 | 47 | ||
48 | 48 |