Skip to content

Commit

Permalink
Fix a type in external resource quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Apr 1, 2018
1 parent 4a3bb88 commit fd5f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nabo/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule Nabo.Repo do
|> async_compile(env.module, compiler_options)
|> build_posts_map()

external_resources = Enum.map(post_paths, &quote(do: @external_resources unquote(&1)))
external_resources = Enum.map(post_paths, &quote(do: @external_resource unquote(&1)))

quote do
unquote(external_resources)
Expand Down

0 comments on commit fd5f70f

Please sign in to comment.