mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Print instead of info
This commit is contained in:
parent
9a1a04125b
commit
7c51a24c44
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ fn main() -> Result<()> {
|
|||
match checker.check(&link) {
|
||||
true => {
|
||||
if args.verbose {
|
||||
info!("✅{}", link);
|
||||
println!("✅{}", link);
|
||||
}
|
||||
}
|
||||
false => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue