Skip to content

Commit

Permalink
Merge pull request #7 from SmartColumbusOS/map_to_keyword
Browse files Browse the repository at this point in the history
Cannot map.get on a keyword list
  • Loading branch information
LtChae authored Mar 5, 2019
2 parents 389432f + df0d16e commit a77d708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/divo/integration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Divo.Integration do
Mix.Tasks.Docker.Start.run(unquote(opts))

Mix.Project.config()
|> Map.get(:app)
|> Keyword.get(:app)
|> Application.ensure_all_started()

on_exit(fn ->
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Divo.MixProject do
def project do
[
app: :divo,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit a77d708

Please sign in to comment.