diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 8f27793..74ae226 100644 --- a/rebar.config +++ b/rebar.config @@ -33,7 +33,7 @@ force_recompile, {compiler_options, [report, return, debug_info]}]}. -{provider_hooks, [{post, [{compile, {erlydtl, compile}}]}]}. +{provider_hooks, [{pre, [{compile, {erlydtl, compile}}]}]}. %% Profiles ==================================================================== |