aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_info.erl
diff options
context:
space:
mode:
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()]}).