Make timestamped_versions return an array of strings.
This commit is contained in:
parent
1959cc3f2d
commit
ae8627e056
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user