mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
fix double "the" in a comment
noted by @tuncer
This commit is contained in:
parent
9713dafcb5
commit
ad588a70b7
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ collect_glob(Cwd, Glob) ->
|
||||||
CwdParts = filename:split(Cwd),
|
CwdParts = filename:split(Cwd),
|
||||||
filelib:fold_files(Cwd, Glob, true, fun(F, Acc) ->
|
filelib:fold_files(Cwd, Glob, true, fun(F, Acc) ->
|
||||||
%% Ignore any specs under the deps/ directory. Do this pulling
|
%% Ignore any specs under the deps/ directory. Do this pulling
|
||||||
%% the dirname off the the F and then splitting it into a list.
|
%% the dirname off the F and then splitting it into a list.
|
||||||
Parts = filename:split(filename:dirname(F)),
|
Parts = filename:split(filename:dirname(F)),
|
||||||
Parts2 = remove_common_prefix(Parts, CwdParts),
|
Parts2 = remove_common_prefix(Parts, CwdParts),
|
||||||
case lists:member("deps", Parts2) of
|
case lists:member("deps", Parts2) of
|
||||||
|
|
Loading…
Reference in a new issue