Fix small typo

parent bc2317ba
...@@ -53,7 +53,7 @@ module EE ...@@ -53,7 +53,7 @@ module EE
# with Sidekiq through the after_commit callback. In a Geo secondary # with Sidekiq through the after_commit callback. In a Geo secondary
# node we don't have access to the original model anymore then we # node we don't have access to the original model anymore then we
# rebuild a Geo::DeletedProject model. Since this model is read-only, # rebuild a Geo::DeletedProject model. Since this model is read-only,
# this callback will not be triggered letting us with stalled # this callback will not be triggered leaving us with stalled
# repositories on disk. # repositories on disk.
def trash_repositories_cleanup! def trash_repositories_cleanup!
repo_removed_path = removal_path(repo_path) repo_removed_path = removal_path(repo_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment