mirror of
https://github.com/correl/rebar.git
synced 2025-01-07 03:00:15 +00:00
Fix spec for rebar_file_utils:rm_rf/1
This commit is contained in:
parent
c2a5d286f0
commit
6a2fb52277
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
%% @doc Remove files and directories.
|
%% @doc Remove files and directories.
|
||||||
%% Target is a single filename, directoryname or wildcard expression.
|
%% Target is a single filename, directoryname or wildcard expression.
|
||||||
-spec rm_rf(Target::file:filename()) -> ok.
|
-spec rm_rf(Target::string()) -> ok.
|
||||||
rm_rf(Target) ->
|
rm_rf(Target) ->
|
||||||
case os:type() of
|
case os:type() of
|
||||||
{unix, _} ->
|
{unix, _} ->
|
||||||
|
|
Loading…
Reference in a new issue