mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Increase depth for html patch to reach files in sample modules.
This commit is contained in:
parent
590b2e859f
commit
343a2d786c
@ -115,7 +115,7 @@ fi
|
||||
|
||||
pushd $SITE_DIR
|
||||
|
||||
find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
|
||||
find . -name "*.html" -maxdepth 3 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
|
||||
-e 's/Maven Surefire Report/Unit Tests/;' \
|
||||
-e 's/Cobertura Test Coverage/Test Coverage/;' \
|
||||
-e 's/A successful project.*greatly appreciated\.//;'
|
||||
|
Loading…
x
Reference in New Issue
Block a user