diff options
Diffstat (limited to 'lib/backup/repository.rb')
-rw-r--r-- | lib/backup/repository.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/backup/repository.rb b/lib/backup/repository.rb index 22ed1d8e7b4..c87466de357 100644 --- a/lib/backup/repository.rb +++ b/lib/backup/repository.rb @@ -80,7 +80,6 @@ module Backup Project.find_each(batch_size: 1000) do |project| progress.print " * #{project.full_path} ... " path_to_project_bundle = path_to_bundle(project) - project.ensure_storage_path_exists restore_repo_success = nil if File.exist?(path_to_project_bundle) |