Skip to content

Commit 9aded1d

Browse files
authored
fix: correct typo in OpenResty prefix (#33)
1 parent 3bb3d25 commit 9aded1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-openresty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ $# -gt 0 ] && [ "$1" == "latest" ]; then
66
ngx_multi_upstream_module_ver=""
77
mod_dubbo_ver=""
88
debug_args="--with-debug"
9-
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty/debug"}
9+
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty-debug"}
1010
else
1111
ngx_multi_upstream_module_ver="-b 1.0.0"
1212
mod_dubbo_ver="-b 1.0.0"

0 commit comments

Comments
 (0)