Skip to content

Commit

Permalink
add parentheses to remove the ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bagu committed Dec 9, 2016
1 parent 829e5bb commit fcd8afd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Expand Up @@ -5,19 +5,19 @@ defmodule JOSE.Mixfile do
[app: :jose,
version: "1.8.0",
elixir: "~> 1.0",
erlc_options: erlc_options,
erlc_options: erlc_options(),
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps,
deps: deps(),
name: "JOSE",
source_url: "https://github.com/potatosalad/erlang-jose",
docs: fn ->
{ref, 0} = System.cmd("git", ["rev-parse", "--verify", "--quiet", "HEAD"])
[source_ref: ref, main: "JOSE", extras: ["README.md", "CHANGELOG.md",
"examples/KEY-GENERATION.md", "ALGORITHMS.md"]]
end,
description: description,
package: package]
description: description(),
package: package()]
end

def application do
Expand Down

0 comments on commit fcd8afd

Please sign in to comment.