diff options
author | Tristan Sloughter <[email protected]> | 2015-04-23 18:43:49 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-04-23 18:43:49 -0500 |
commit | a36609536aaf7d98b5bd5d3364cab739dc6689b5 (patch) | |
tree | 027dfe513c3a5dd724ec5b07b0180dccd15a758e /rebar.config | |
parent | 3f2462807fe4afb82bc52dd3ff8ff9244aad3bd3 (diff) | |
download | relx-a36609536aaf7d98b5bd5d3364cab739dc6689b5.tar.gz relx-a36609536aaf7d98b5bd5d3364cab739dc6689b5.tar.bz2 relx-a36609536aaf7d98b5bd5d3364cab739dc6689b5.zip |
update for 18.0
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 ==================================================================== |