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

Remove `sort` from `each_artifact`.

parent 4d88cc4c
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,7 @@ module Hbc
end
def each_artifact
# the sort is for predictability between Ruby versions
@cask.artifacts[self.class.artifact_dsl_key].sort.each do |artifact|
@cask.artifacts[self.class.artifact_dsl_key].each do |artifact|
load_specification(artifact)
yield
end
......
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