Skip to content

Commit

Permalink
Sort tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Jul 8, 2019
1 parent 3538dd6 commit a29f04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adify/environment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ defmodule Adify.Environment do
parse_results =
tools_dir
|> File.ls!()
|> Enum.sort()
|> Enum.map(&Path.join(tools_dir, &1))
|> Enum.map(&yaml_path/1)
|> Enum.map(&Adify.YAML.parse_and_cast/1)
Expand Down

0 comments on commit a29f04c

Please sign in to comment.