Skip to content

Commit de0195c

Browse files
authoredJul 22, 2024
fix: version regex check for 1.25.3.* (#90)
1 parent 1345603 commit de0195c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎patch/patch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ elif [[ "$root" == *openresty-1.21.4.* ]]; then
6060
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.27"
6161
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.25"
6262
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.13"
63-
elif [[ "$root" == *openresty-1.25.3.1 ]]; then
63+
elif [[ "$root" == *openresty-1.25.3.* ]]; then
6464
patch_dir="$PWD/1.25.3.1"
6565
apply_patch "$patch_dir" "$root" "nginx" "1.25.3"
6666
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.28"

0 commit comments

Comments
 (0)