Skip to content

Commit e008a2f

Browse files
committed
Actually run the 3.17.0 release fine
1 parent 513577c commit e008a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main(_) ->
4444
bootstrap_rebar3(),
4545

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

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

0 commit comments

Comments
 (0)