Skip to content

Commit

Permalink
Consider :organization in build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Nov 8, 2018
1 parent 087420f commit 119f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/hex.build.ex
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ defmodule Mix.Tasks.Hex.Build do
include =
Enum.map(include, fn {app, req, opts} ->
name = opts[:hex] || app
repo = deorg_repo(opts[:repo] || @default_repo)
repo = deorg_repo(opts[:repo] || opts[:organization] || @default_repo)

%{
name: to_string(name),
Expand Down

0 comments on commit 119f23f

Please sign in to comment.