Skip to content

Commit 8bbbd6e

Browse files
Update main.lua (#57)
1 parent 5e8ff63 commit 8bbbd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingress-nginx/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local cs = require "plugins.crowdsec.crowdsec"
22
local ngx = ngx
33

44
local _M = {}
5-
local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3)
5+
local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3")
66
if ok == nil then
77
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
88
error()

0 commit comments

Comments
 (0)