Skip to content

Commit

Permalink
Fix wrong module name in application environment
Browse files Browse the repository at this point in the history
Regression from 64030d1.
  • Loading branch information
lnikkila committed Mar 22, 2017
1 parent 620ffac commit fa960c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule ExQuickBooks.Mixfile do
end

defp env do
[backend: ExQuickBooks.HTTPoisonBackend]
[backend: ExQuickBooks.Backend.HTTPoison]
end

defp description do
Expand Down

0 comments on commit fa960c6

Please sign in to comment.