mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
rebar_core: minor comment fix
This commit is contained in:
parent
298743d50e
commit
39c38b6141
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ get_base_plugin_dirs(Cwd, PredirsAssoc) ->
|
||||||
[filename:join(Dir, "plugins") ||
|
[filename:join(Dir, "plugins") ||
|
||||||
Dir <- get_plugin_base_dirs(Cwd, PredirsAssoc)].
|
Dir <- get_plugin_base_dirs(Cwd, PredirsAssoc)].
|
||||||
|
|
||||||
%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs
|
%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs.
|
||||||
%% 'parent' in this case depends on plugin; therefore we have to give
|
%% 'parent' in this case depends on plugin; therefore we have to give
|
||||||
%% all plugins that Cwd ('parent' in this case) depends on.
|
%% all plugins that Cwd ('parent' in this case) depends on.
|
||||||
get_plugin_base_dirs(Cwd, PredirsAssoc) ->
|
get_plugin_base_dirs(Cwd, PredirsAssoc) ->
|
||||||
|
|
Loading…
Reference in a new issue