diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_file_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_file_utils.erl b/src/rebar_file_utils.erl index af0b5d3..aef1c49 100644 --- a/src/rebar_file_utils.erl +++ b/src/rebar_file_utils.erl @@ -39,7 +39,7 @@ %% @doc Remove files and directories. %% 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) -> case os:type() of {unix, _} -> |