summaryrefslogtreecommitdiff
path: root/src/rebar_post_script.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_post_script.erl')
-rw-r--r--src/rebar_post_script.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_post_script.erl b/src/rebar_post_script.erl
index f2841d5..04daec7 100644
--- a/src/rebar_post_script.erl
+++ b/src/rebar_post_script.erl
@@ -47,7 +47,7 @@ clean(Config, _) ->
%% ===================================================================
execute_post_script(Config, Key) ->
- case rebar_config:get(Config, Key, undefined) of
+ case rebar_config:get_local(Config, Key, undefined) of
undefined ->
ok;
Script ->