Skip to content

Commit a29f04c

Browse files
committed
Sort tools
1 parent 3538dd6 commit a29f04c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/adify/environment.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ defmodule Adify.Environment do
249249
parse_results =
250250
tools_dir
251251
|> File.ls!()
252+
|> Enum.sort()
252253
|> Enum.map(&Path.join(tools_dir, &1))
253254
|> Enum.map(&yaml_path/1)
254255
|> Enum.map(&Adify.YAML.parse_and_cast/1)

0 commit comments

Comments
 (0)