Skip to content

Commit eabbdd8

Browse files
authored
Merge pull request #2536 from ferd/fix-issue-2495
Fix Incorrect State variable used in rebar_prv_compile
2 parents 18a5e3c + 43eb9de commit eabbdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rebar_prv_compile.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ handle_project_apps(Providers, State) ->
7575

7676
State3 = update_code_paths(State2, ProjectApps2),
7777

78-
rebar_hooks:run_all_hooks(Cwd, post, ?PROVIDER, Providers, State2),
78+
rebar_hooks:run_all_hooks(Cwd, post, ?PROVIDER, Providers, State3),
7979
case rebar_state:has_all_artifacts(State3) of
8080
{false, File} ->
8181
throw(?PRV_ERROR({missing_artifact, File}));

0 commit comments

Comments
 (0)