mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix trivial comment typo
This commit is contained in:
parent
228f39efa1
commit
64972a0be5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ escriptize(Config0, AppFile) ->
|
||||||
InclBeams = get_app_beams(
|
InclBeams = get_app_beams(
|
||||||
rebar_config:get_local(Config, escript_incl_apps, []), []),
|
rebar_config:get_local(Config, escript_incl_apps, []), []),
|
||||||
|
|
||||||
%% Look for a list extra files to include in the output file.
|
%% Look for a list of extra files to include in the output file.
|
||||||
%% For internal rebar-private use only. Do not use outside rebar.
|
%% For internal rebar-private use only. Do not use outside rebar.
|
||||||
InclExtra = get_extra(Config),
|
InclExtra = get_extra(Config),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue