Skip to content
Snippets Groups Projects
Commit ae8627e0 authored by Markus Reiter's avatar Markus Reiter
Browse files

Make `timestamped_versions` return an array of strings.

parent 1959cc3f
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ module Hbc
Pathname.glob(metadata_master_container_path.join("*", "*"))
.map { |p| p.relative_path_from(metadata_master_container_path) }
.sort_by(&:basename) # sort by timestamp
.map(&:split)
.map { |p| p.split.map(&:to_s) }
end
def versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment