mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
erlc: fix typo in update_erlcinfo/3 clause
This commit is contained in:
parent
46c979eaaf
commit
2c4d7d1d9b
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ update_erlcinfo(G, Source, Dirs) ->
|
|||
digraph:del_vertex(G, Source),
|
||||
modified;
|
||||
LastUpdated < LastModified ->
|
||||
modify_erlcinfo(G, Source, Dirs);
|
||||
modify_erlcinfo(G, Source, Dirs),
|
||||
modified;
|
||||
true ->
|
||||
unmodified
|
||||
|
|
Loading…
Reference in a new issue