Skip to content

Commit c7a29ec

Browse files
authored
Fix typo in Makefile
1 parent 70ef8e8 commit c7a29ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OUT_ARCHIVE="crowdsec-openresty-bouncer.tgz"
77
LUA_BOUNCER_BRANCH?=v1.0.1
88
default: release
99
release:
10-
git clone -b "${LUA_BOUNCER_BRANCH}"" https://github.com/crowdsecurity/lua-cs-bouncer.git
10+
git clone -b "${LUA_BOUNCER_BRANCH}" https://github.com/crowdsecurity/lua-cs-bouncer.git
1111
mkdir -p "${OUTDIR}"
1212
mkdir -p "${LUA_DIR}"
1313
mkdir -p "${CONFIG_DIR}"

0 commit comments

Comments
 (0)