Skip to content

Commit f4d3538

Browse files
committed
fixed typo
1 parent 5fe777a commit f4d3538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/win32/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ WORKDIR C:\
5656
RUN cmd.exe /C md %SRC_DIR%
5757

5858
# libModSecurity
59-
WORKDIR ${SCR_DIR}
59+
WORKDIR ${SRC_DIR}
6060

6161
ARG MOD_SECURITY_TAG=v3/master
6262
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git

0 commit comments

Comments
 (0)