summaryrefslogtreecommitdiff
path: root/src/rebar_reltool.erl
diff options
context:
space:
mode:
authorKlas Johansson <klas.johansson@gmail.com>2010-06-19 15:46:57 +0200
committerKlas Johansson <klas.johansson@gmail.com>2010-06-19 15:46:57 +0200
commitaea3184139c6ba06a115a758d5623d22e83c1408 (patch)
treeaa99de9fcc6504d3901ca3ae4df150f13bfc4bdf /src/rebar_reltool.erl
parentad7a494bdebd1f0b9f2ac77bc647a6557c470fdb (diff)
Fix compiler warnings
Diffstat (limited to 'src/rebar_reltool.erl')
-rw-r--r--src/rebar_reltool.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_reltool.erl b/src/rebar_reltool.erl
index 9891354..19c7433 100644
--- a/src/rebar_reltool.erl
+++ b/src/rebar_reltool.erl
@@ -163,7 +163,7 @@ app_exists(AppTuple, Server) when is_tuple(AppTuple) ->
app_exists(element(1, AppTuple), Server).
-run_reltool(Server, Config, ReltoolConfig) ->
+run_reltool(Server, _Config, ReltoolConfig) ->
case reltool:get_target_spec(Server) of
{ok, Spec} ->
%% Pull the target dir and make sure it exists