diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-19 12:25:52 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-19 12:25:52 +0200 |
commit | 2bd0ed4a5cb70884f1a31a54fc67c4bc86fa3340 (patch) | |
tree | c44689e009c11ab63398d0752dcc1c73ed230415 /doc/install | |
parent | ac73de508e21af95b473bfafc2ca2543b234430d (diff) | |
download | gitlab-ce-2bd0ed4a5cb70884f1a31a54fc67c4bc86fa3340.tar.gz |
Fix typo in gitlab-workhorse header
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index eb9606934cd..b0ec9b4a961 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -397,7 +397,7 @@ If you are not using Linux you may have to run `gmake` instead of 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 v0.7.8 + sudo -u git -H git checkout v0.7.10 sudo -u git -H make ### Initialize Database and Activate Advanced Features |