summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-16 02:59:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-16 02:59:54 +0000
commit4b193df97c58a1db9eb8b13a4f34b348e1e25aeb (patch)
treef8b3f4eabc07e3a988dc9d0c6efc30b60bfb4b97
parent36f4d31276f007359068c72362bf1ff7c691933a (diff)
downloadgitlab-ce-14-10-stable.tar.gz
Add latest changes from gitlab-org/gitlab@14-10-stable-ee14-10-stable
-rw-r--r--doc/update/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/index.md b/doc/update/index.md
index b2d31489ed4..3ba09a47007 100644
--- a/doc/update/index.md
+++ b/doc/update/index.md
@@ -471,7 +471,7 @@ that may remain stuck permanently in a **pending** state.
```ruby
Gitlab::Database::BackgroundMigrationJob.pending.where(class_name: "PopulateTopicsNonPrivateProjectsCount").find_each do |job|
- puts Gitlab::Database::BackgroundMigrationJob.mark_all_as_succeeded("PopulateTopicsNonPrivateProjectsCountq", job.arguments)
+ puts Gitlab::Database::BackgroundMigrationJob.mark_all_as_succeeded("PopulateTopicsNonPrivateProjectsCount", job.arguments)
end
```