diff options
Diffstat (limited to 'bin/checklinks')
-rwxr-xr-x | bin/checklinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checklinks b/bin/checklinks index 1ee4839..668b46d 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -51,7 +51,7 @@ sub remove_link { if (-l "$base/$link") { unlink("$base/$link") or warn("cannot unlink $base/$link: $!"); - print_format('removed', $link, '', 'red'); + print_format('removed', $link, '', 'red', 0); } } |