change sed func

This commit is contained in:
weyu 2025-04-24 16:06:30 +08:00
parent 706e6c0236
commit 05ffd4d36e
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ find_and_sed_v3(){
# -o -iname "*.rst" > wil-sed-file-list
find $path -type f > wil-sed-file-list
log_info "通过find查找到需要进行替换的文件列表"
cat wil-sed-file-list

View File

@ -53,6 +53,6 @@ if cat .git/config |grep '/crossplane/docs.git' ;then
echo "匹配到 crossplane"
before_build
build
find_and_sed_v3 "./output"
cycle_sed "./output"
save_return
fi