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