diff options
Diffstat (limited to 'src/rebar_escripter.erl')
-rw-r--r-- | src/rebar_escripter.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl index b18b436..2142c63 100644 --- a/src/rebar_escripter.erl +++ b/src/rebar_escripter.erl @@ -32,7 +32,7 @@ %% Public API %% =================================================================== -escriptize(Config, AppFile) -> +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), |