From c9973b4ba6b97584138bf8395f64cd6d83b566fa Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 30 Apr 2024 09:26:00 +0100 Subject: [PATCH] Fix recompile spelling --- assets/runtime/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."