aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_release.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-10-07 16:46:58 -0500
committerTristan Sloughter <[email protected]>2013-10-07 16:47:10 -0500
commitad846bc786f70d3060bb1f984d73cc7a8678dd9c (patch)
tree4cbbccc3655985326a16efb8bcc2e5b61596b0f5 /src/rlx_release.erl
parent37bd98ad70d5f53b6cf8f31cb5f08506ead68124 (diff)
downloadrelx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.tar.gz
relx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.tar.bz2
relx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.zip
include relx header with include instead of include_lib
Diffstat (limited to 'src/rlx_release.erl')
-rw-r--r--src/rlx_release.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_release.erl b/src/rlx_release.erl
index b86e5ff..2319aa8 100644
--- a/src/rlx_release.erl
+++ b/src/rlx_release.erl
@@ -52,7 +52,7 @@
application_spec/0,
application_goal/0]).
--include_lib("relx/include/relx.hrl").
+-include_lib("relx.hrl").
-record(release_t, {name :: atom(),
vsn :: ec_semver:any_version(),