From 3b1b03c75d604f4d5af90add19e8f4c60df9b47a Mon Sep 17 00:00:00 2001 From: Abel Tay Date: Fri, 7 Jul 2017 14:42:41 +0800 Subject: [PATCH] Fix typo in gitlab-workhorse --- assets/build/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index ce687541..8519ddfa 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -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}