1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Start chain with value

This commit is contained in:
Daniel Barber 2018-02-20 13:03:10 -05:00
parent 820ba20066
commit 4d3f592a0e
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -2,7 +2,8 @@
# They can then be used by adding `plugin MyPlugin` to # They can then be used by adding `plugin MyPlugin` to
# either an environment, or release definition, where # either an environment, or release definition, where
# `MyPlugin` is the name of the plugin module. # `MyPlugin` is the name of the plugin module.
Path.join(["rel", "plugins", "*.exs"]) ["rel", "plugins", "*.exs"]
|> Path.join()
|> Path.wildcard() |> Path.wildcard()
|> Enum.map(&Code.eval_file(&1)) |> Enum.map(&Code.eval_file(&1))