aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_info.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-09-25 18:08:51 -0700
committerGitHub <[email protected]>2016-09-25 18:08:51 -0700
commitb4c4c47afbc677d24e45134530d25f0e687cdca6 (patch)
treecb0f92bad71a2b3705d6f5aa5f1434268b1fcd1a /src/rlx_app_info.erl
parentc7e6d8119037d4d4ab117381027f379de9a6a5df (diff)
parent7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6 (diff)
downloadrelx-b4c4c47afbc677d24e45134530d25f0e687cdca6.tar.gz
relx-b4c4c47afbc677d24e45134530d25f0e687cdca6.tar.bz2
relx-b4c4c47afbc677d24e45134530d25f0e687cdca6.zip
Merge pull request #513 from lrascao/feature/fix_dialyzer
Silence dialyzer warnings
Diffstat (limited to 'src/rlx_app_info.erl')
-rw-r--r--src/rlx_app_info.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl
index 618b1e2..b3402d0 100644
--- a/src/rlx_app_info.erl
+++ b/src/rlx_app_info.erl
@@ -63,7 +63,7 @@
-record(app_info_t, {name :: atom(),
original_vsn :: string(),
vsn :: ec_semver:semver(),
- dir :: file:name(),
+ dir :: binary(),
link=false :: boolean(),
active_deps=[]:: [atom()],
library_deps=[] :: [atom()]}).