Skip to content

Commit

Permalink
Fix warnings in mix.exs for 'variable does not exist' (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
smpoulsen authored and folz committed Jul 5, 2017
1 parent 756910f commit c2caaeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Expand Up @@ -5,9 +5,9 @@ defmodule Math.Mixfile do
[app: :math,
version: "0.3.0",
elixir: "~> 1.2",
description: description,
package: package,
deps: deps,
description: description(),
package: package(),
deps: deps(),
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod]
end
Expand Down

0 comments on commit c2caaeb

Please sign in to comment.