Skip to content

Commit

Permalink
Actually run the 3.17.0 release fine
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Sep 3, 2021
1 parent 513577c commit e008a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main(_) ->
bootstrap_rebar3(),

%% Build rebar.app from rebar.app.src
f {ok, App} = rebar_app_info:new(rebar, "3.17.0", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.17.0", filename:absname("_build/default/lib/rebar/")),
rebar_otp_app:compile(rebar_state:new(), App),

%% Because we are compiling files that are loaded already we want to silence
Expand Down

0 comments on commit e008a2f

Please sign in to comment.