You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/10/30 13:59:24 UTC

[apisix] branch master updated: bugfix(redirect): fix typo name of redirect plugin.

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 18bae7b  bugfix(redirect): fix typo name of redirect plugin.
18bae7b is described below

commit 18bae7b75e4626d1a9ad24222a2a41f6678de838
Author: cscfamily001 <52...@users.noreply.github.com>
AuthorDate: Fri Oct 30 21:59:13 2020 +0800

    bugfix(redirect): fix typo name of redirect plugin.
---
 apisix/plugins/redirect.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apisix/plugins/redirect.lua b/apisix/plugins/redirect.lua
index 1dec732..a325130 100644
--- a/apisix/plugins/redirect.lua
+++ b/apisix/plugins/redirect.lua
@@ -40,7 +40,7 @@ local schema = {
 }
 
 
-local plugin_name = "rewrite"
+local plugin_name = "redirect"
 
 local _M = {
     version = 0.1,