summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-06-07 20:15:18 +0900
committerShinya Maeda <shinya@gitlab.com>2018-06-07 20:15:18 +0900
commita520f887a6a1eb9c33a7b1f4f52b6623847458ec (patch)
tree42510a354aa7faef747fcaeb40119facefa2da37
parent29cfa7bf6c76290647f56111232c1597f6850201 (diff)
downloadgitlab-ce-shinya-test-branch.tar.gz
-rw-r--r--app/workers/background_migration_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/background_migration_worker.rb b/app/workers/background_migration_worker.rb
index 376703f6319..911ef33fd13 100644
--- a/app/workers/background_migration_worker.rb
+++ b/app/workers/background_migration_worker.rb
@@ -16,7 +16,7 @@ class BackgroundMigrationWorker
# class_name - The class name of the background migration to run.
# arguments - The arguments to pass to the migration class.
def perform(class_name, arguments = [])
- should_perform, ttl = perform_and_ttl(class_name)
+ should_perform, ttl = perform_and_ttl(class_name)aaaaaaaaaa
if should_perform
Gitlab::BackgroundMigration.perform(class_name, arguments)