Skip to content

Commit

Permalink
quickrel should properly process other formats for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Nov 10, 2011
1 parent a1b7dfc commit 6a83824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quickrel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ build(Reltool, Path0) ->
{error, eexist} -> ok
end;
process_dep(Path, {Name, Version, _}) ->
process_dep(Path, {Name, Version}).
process_dep(Path, {Name, Version});
process_dep(Path, {Name, Version, _, _}) ->
process_dep(Path, {Name, Version}).

0 comments on commit 6a83824

Please sign in to comment.