diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-15 06:25:08 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-15 06:25:08 -0800 |
commit | 5b5446bd761e1d6b07171ba5c6c9b994f797b6a8 (patch) | |
tree | 5ffed855e246bc76225e51ddb38511f3e39603e6 /doc/update/7.3-to-7.4.md | |
parent | 75c3dc9efcc88b8cc9a3d1013fbb5358bb64b432 (diff) | |
download | gitlab-ce-5b5446bd761e1d6b07171ba5c6c9b994f797b6a8.tar.gz |
remove extra cd command
Diffstat (limited to 'doc/update/7.3-to-7.4.md')
-rw-r--r-- | doc/update/7.3-to-7.4.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md index 3f471500c82..f8a405c195b 100644 --- a/doc/update/7.3-to-7.4.md +++ b/doc/update/7.3-to-7.4.md @@ -35,8 +35,6 @@ sudo -u git -H git checkout 7-4-stable-ee ### 3. Install libs, migrations, etc. ```bash -cd /home/git/gitlab - # MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres --deployment |