Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Correct ext of neotoma output file #44

Merged
merged 1 commit into from Jun 16, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rebar_neotoma_compiler.erl
Expand Up @@ -53,8 +53,8 @@ compile(Config, _AppFile) ->
rebar_base_compiler:run(Config, [],
option(doc_root, NeoOpts), ".peg",
option(out_dir, NeoOpts),
option(module_ext, NeoOpts) ++ ".beam",
fun compile_neo/3, [{check_last_mod,false}]).
option(module_ext, NeoOpts) ++ ".erl",
fun compile_neo/3, [{check_last_mod, true}]).

%% ============================================================================
%% Internal functions
Expand Down