Commit ccf05290 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'backup-delete-all-use-file-join' into 'master'

Use File.join in DeleteAllRepositories test

Closes #47108

See merge request gitlab-org/gitlab-ce!19310
parents afb2d667 6ee0acbc
......@@ -92,7 +92,7 @@ describe Backup::Repository do
end
def list_repositories
Dir[SEED_STORAGE_PATH + '/*.git']
Dir[File.join(SEED_STORAGE_PATH, '*.git')]
end
end
......
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