Skip to content

Commit 499a474

Browse files
committed
use existing directory
1 parent ca83665 commit 499a474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ elif [[ "$root" == *openresty-1.27.1.1 ]]; then
7373
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.27"
7474
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.15"
7575
elif [[ "$root" == *openresty-1.27.1.2 ]]; then
76-
patch_dir="$PWD/1.27.1.2"
76+
patch_dir="$PWD/1.27.1.1"
7777
apply_patch "$patch_dir" "$root" "nginx" "1.27.1"
7878
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.31"
7979
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.28"

0 commit comments

Comments
 (0)