mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Fix a format of a debug output
This commit is contained in:
parent
46c979eaaf
commit
7fd5a2d630
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ get_cover_config(Config, Cwd) ->
|
|||
?DEBUG("No cover spec found: ~s~n", [Cwd]),
|
||||
"";
|
||||
[Spec] ->
|
||||
?DEBUG("Found cover file ~w~n", [Spec]),
|
||||
?DEBUG("Found cover file ~s~n", [Spec]),
|
||||
" -cover " ++ Spec;
|
||||
Specs ->
|
||||
?ABORT("Multiple cover specs found: ~p~n", [Specs])
|
||||
|
|
Loading…
Reference in a new issue