summaryrefslogtreecommitdiff
path: root/lib/gitlab/hashed_storage
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2018-08-03 14:34:28 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-08-03 14:34:28 +0000
commit10df0eb7cb57a6aefcb869e64e33a1a9a204e349 (patch)
tree05be6e9fa7cfc709ac063e0bcce067030190473b /lib/gitlab/hashed_storage
parent7ae5879bdda17a5dd9d0e02fb47371bfc8270c71 (diff)
downloadgitlab-ce-10df0eb7cb57a6aefcb869e64e33a1a9a204e349.tar.gz
Resolve "Hashed storage: extend "Enable hashed storage for all new projects" to "for all new and renamed projects""
Diffstat (limited to 'lib/gitlab/hashed_storage')
-rw-r--r--lib/gitlab/hashed_storage/migrator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/hashed_storage/migrator.rb b/lib/gitlab/hashed_storage/migrator.rb
index 9251ed654cd..d11fcc6a3e3 100644
--- a/lib/gitlab/hashed_storage/migrator.rb
+++ b/lib/gitlab/hashed_storage/migrator.rb
@@ -30,7 +30,7 @@ module Gitlab
end
end
- # Flag a project to me migrated
+ # Flag a project to be migrated
#
# @param [Object] project that will be migrated
def migrate(project)