mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Clarify rebar_utils:ensure_dir/1 comment
This commit is contained in:
parent
2d2aed627f
commit
1a577fcd43
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ now_str() ->
|
|||
lists:flatten(io_lib:format("~4b/~2..0b/~2..0b ~2..0b:~2..0b:~2..0b",
|
||||
[Year, Month, Day, Hour, Minute, Second])).
|
||||
|
||||
%% TODO: filelib:ensure_dir/1 corrected in R13B04. Can be removed.
|
||||
%% TODO: filelib:ensure_dir/1 corrected in R13B04. Remove when we drop
|
||||
%% support for OTP releases older than R13B04.
|
||||
ensure_dir(Path) ->
|
||||
case filelib:ensure_dir(Path) of
|
||||
ok ->
|
||||
|
|
Loading…
Reference in a new issue