Skip to content

Commit

Permalink
rebar.config.script: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Jul 28, 2023
1 parent 51cfef7 commit e2866c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AddSuffix =
list_to_atom(atom_to_list(N) ++ [$_ | atom_to_list(S)])
end,

%% If any of the build.conf settings are overridden via environment variables,
%% If any of the build.config settings are overridden via environment variables,
%% create a .build.config file and point Relx to that one.

{ok, OldSettings} = file:consult("build.config"),
Expand Down Expand Up @@ -85,7 +85,7 @@ Profiles1 =
%% For each profile with a 'relx' configuration specified in the rebar.config
%% file, generate three additional profiles. E.g., for the 'prod' profile:
%%
%% - The 'prod_minimal' excludes non-essential dependencies.
%% - The 'prod_minimal' profile excludes non-essential dependencies.
%% - The 'prod_cross' profile includes ERTS and system libraries from the
%% "lib/erlang" directory (for cross compilation).
%% - The 'prod_cross_minimal' does both.
Expand Down

0 comments on commit e2866c1

Please sign in to comment.