diff --git a/assets/runtime/functions b/assets/runtime/functions index 4a3759a6..8c6aad29 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -2221,7 +2221,7 @@ migrate_database() { mkdir -p ${GITLAB_HOME}/gitlab/node_modules chown -R ${GITLAB_USER}: ${GITLAB_HOME}/gitlab/node_modules fi - echo "Prepare recomplie assets... Installing missing node_modules for assets" + echo "Prepare recompile assets... Installing missing node_modules for assets" chown -R ${GITLAB_USER}: ${GITLAB_HOME}/gitlab/node_modules exec_as_git yarn install --production --pure-lockfile echo "Recompiling assets (relative_url in use), this could take a while..."