We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ef8e8 commit c7a29ecCopy full SHA for c7a29ec
1 file changed
Makefile
@@ -7,7 +7,7 @@ OUT_ARCHIVE="crowdsec-openresty-bouncer.tgz"
7
LUA_BOUNCER_BRANCH?=v1.0.1
8
default: release
9
release:
10
- git clone -b "${LUA_BOUNCER_BRANCH}"" https://github.com/crowdsecurity/lua-cs-bouncer.git
+ git clone -b "${LUA_BOUNCER_BRANCH}" https://github.com/crowdsecurity/lua-cs-bouncer.git
11
mkdir -p "${OUTDIR}"
12
mkdir -p "${LUA_DIR}"
13
mkdir -p "${CONFIG_DIR}"
0 commit comments