Skip to content

Commit 7f9bbf6

Browse files
authored
Merge pull request #1 from kalys/patch-1
Use parentheses to remove the ambiguity
2 parents ede4f77 + 8e5516f commit 7f9bbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ defmodule Rop.Mixfile do
99
elixir: "~> 1.0",
1010
build_embedded: Mix.env == :prod,
1111
start_permanent: Mix.env == :prod,
12-
package: package,
12+
package: package(),
1313
docs: [extras: ["README.md"]],
14-
deps: deps]
14+
deps: deps()]
1515
end
1616

1717
# Configuration for the OTP application

0 commit comments

Comments
 (0)