mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge branch 'saleyn-erlydtl'
This commit is contained in:
commit
78fa8fc3d5
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ erlydtl_opts(Config) ->
|
|||
Tuples = [{K,V} || {K,V} <- Opts],
|
||||
case [L || L <- Opts, is_list(L), not io_lib:printable_list(L)] of
|
||||
[] ->
|
||||
lists:keysort(1, Tuples);
|
||||
[lists:keysort(1, Tuples)];
|
||||
Lists ->
|
||||
lists:map(fun(L) ->
|
||||
lists:keysort(1, lists:foldl(fun({K,T}, Acc) ->
|
||||
|
|
Loading…
Reference in a new issue