mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix typo in comment (thanks Michael Santos)
This commit is contained in:
parent
0b8ca933cc
commit
0e7defaf64
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ process_dir0(Dir, Command, DirSet, Config, CurrentCodePath,
|
|||
case is_skip_dir(Dir) of
|
||||
true ->
|
||||
%% Do not execute the command on the directory, as some
|
||||
%% module as requested a skip on it.
|
||||
%% module has requested a skip on it.
|
||||
?INFO("Skipping ~s in ~s\n", [Command, Dir]);
|
||||
|
||||
false ->
|
||||
|
|
Loading…
Reference in a new issue