summaryrefslogtreecommitdiff
path: root/app/services/projects/hashed_storage_migration_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/projects/hashed_storage_migration_service.rb')
-rw-r--r--app/services/projects/hashed_storage_migration_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/projects/hashed_storage_migration_service.rb b/app/services/projects/hashed_storage_migration_service.rb
index 41259de3a16..f5945f3b87f 100644
--- a/app/services/projects/hashed_storage_migration_service.rb
+++ b/app/services/projects/hashed_storage_migration_service.rb
@@ -10,7 +10,7 @@ module Projects
end
def execute
- return if project.hashed_storage?
+ return if project.hashed_storage?(:repository)
@old_disk_path = project.disk_path
has_wiki = project.wiki.repository_exists?