Merge pull request #1281 from abeltay/fix-workhorse-typo

Fix typo in gitlab-workhorse
This commit is contained in:
Niclas Mietz 2017-07-14 09:20:26 +02:00 committed by GitHub
commit 7554fb47c6

View File

@ -80,7 +80,7 @@ exec_as_git ./bin/install
# remove unused repositories directory created by gitlab-shell install
exec_as_git rm -rf ${GITLAB_HOME}/repositories
# download gitlab-workhose
# download gitlab-workhorse
echo "Cloning gitlab-workhorse v.${GITLAB_WORKHORSE_VERSION}..."
exec_as_git git clone -q -b v${GITLAB_WORKHORSE_VERSION} --depth 1 ${GITLAB_WORKHORSE_URL} ${GITLAB_WORKHORSE_INSTALL_DIR}
chown -R ${GITLAB_USER}: ${GITLAB_WORKHORSE_INSTALL_DIR}