Browse Source

update parser

merge-requests/1/head
Stephen M. Pallen 6 years ago
parent
commit
10cf319731
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      lib/auto_linker/parser.ex

+ 3
- 4
lib/auto_linker/parser.ex View File

@ -43,10 +43,9 @@ defmodule AutoLinker.Parser do
:auto_linker
|> Application.get_env(:opts, [])
|> Enum.into(%{})
config =
:auto_linker
|> Application.get_env(:attributes, [])
|> Enum.into(config)
|> Map.put(:attributes,
Application.get_env(:auto_linker, :attributes, [])
)
opts =
Enum.reduce @default_opts, opts, fn opt, acc ->


Loading…
Cancel
Save