Skip to content

Commit

Permalink
fix: version regex check for 1.25.3.* (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Jul 22, 2024
1 parent 1345603 commit de0195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ elif [[ "$root" == *openresty-1.21.4.* ]]; then
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.27"
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.25"
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.13"
elif [[ "$root" == *openresty-1.25.3.1 ]]; then
elif [[ "$root" == *openresty-1.25.3.* ]]; then
patch_dir="$PWD/1.25.3.1"
apply_patch "$patch_dir" "$root" "nginx" "1.25.3"
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.28"
Expand Down

0 comments on commit de0195c

Please sign in to comment.