diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-29 16:34:33 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-29 16:34:33 +0100 |
commit | 6119b872fbb3b9dc19be3b21737dbb8380cf4847 (patch) | |
tree | ed68008961ae3c69ff0946135f9cea71e6955f54 /doc/update | |
parent | c5132e94e1c44884f8f9b399c4def20154b6c0ce (diff) | |
download | gitlab-ce-6119b872fbb3b9dc19be3b21737dbb8380cf4847.tar.gz |
Add missing "cd"
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.1-to-8.2.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md index 38e5661b368..d84d13f33e0 100644 --- a/doc/update/8.1-to-8.2.md +++ b/doc/update/8.1-to-8.2.md @@ -79,6 +79,7 @@ from GitLab 8.1. ```bash cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git +cd gitlab-workhorse sudo -u git -H git checkout 0.3.1 sudo -u git -H make ``` |