summaryrefslogtreecommitdiff
path: root/src/rebar_escripter.erl
diff options
context:
space:
mode:
authorCliff Moon <cliff@moonpolysoft.com>2010-04-28 19:37:46 -0700
committerCliff Moon <cliff@moonpolysoft.com>2010-04-28 19:37:46 -0700
commit939c36e527344a36450f0e1627907f674d6b448e (patch)
tree9d747f3fca53c1f13bbb7e315abd8d98b03918ef /src/rebar_escripter.erl
parentc3fe43a0ba1af0ee9172239be0a44662fa392984 (diff)
parentc28a16258cec1fac8471793b33f4183fa8f07df1 (diff)
merged from basho
Diffstat (limited to 'src/rebar_escripter.erl')
-rw-r--r--src/rebar_escripter.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl
index 19101b6..84747c1 100644
--- a/src/rebar_escripter.erl
+++ b/src/rebar_escripter.erl
@@ -37,7 +37,7 @@
escriptize(_Config, AppFile) ->
%% Extract the application name from the archive -- this will be be what
%% we call the output script
- {ok, AppName, _AppData} = rebar_app_utils:load_app_file(AppFile),
+ AppName = rebar_app_utils:app_name(AppFile),
%% Construct the archive of everything in ebin/ dir -- put it on the
%% top-level of the zip file so that code loading works properly.