Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 20, 2024
1 parent c9e11b1 commit 6ff33ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mix/mixer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ if not Code.ensure_loaded?(Bonfire.Mixer) do
defp mess_source_files("0", "0"),
do: [[hex: "deps.flavour.hex"], [hex: "deps.hex"]]

defp mess_source_files("0", _1),
defp mess_source_files("0", _),
do: [[git: "deps.flavour.git", hex: "deps.flavour.hex"], [git: "deps.git", hex: "deps.hex"]]

defp mess_source_files(_1, _1),
defp mess_source_files(_, _),
do: [
[path: "deps.flavour.path", git: "deps.flavour.git", hex: "deps.flavour.hex"],
[path: "deps.path", git: "deps.git", hex: "deps.hex"]
Expand Down

0 comments on commit 6ff33ce

Please sign in to comment.