Skip to content

Commit bb80c0c

Browse files
committed
Fix client
1 parent b0cbd63 commit bb80c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/v3.4.1/Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN git config --global user.email "[email protected]" && \
2020

2121
# Clone all sources
2222
ARG VERSION=master
23-
ADD /versions/${VERSION}/git /patches/git
23+
ADD /versions/${VERSION}/git /patches/
2424
RUN /patches/clone.bash
2525

2626
# Install valid rust toolchain

0 commit comments

Comments
 (0)