mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Only linkcheck dir
This commit is contained in:
parent
b6b5c7a12e
commit
c10b457d21
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ set -e
|
|||
set -u
|
||||
|
||||
d=$(dirname $0)
|
||||
base=$(readlink -f $d/..)
|
||||
base=$(readlink -f $d/../linkcheck)
|
||||
find "$base" -type f -print0 | xargs -0 sed -i 's/ log.debug(/ #log.debug(/g'
|
||||
|
|
|
|||
Loading…
Reference in a new issue