Skip to content

Commit 2fd1e8b

Browse files
aptalcathelamer
authored andcommitted
fix formatting
1 parent 1a822f0 commit 2fd1e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
"https://github.com/cdr/code-server/releases/download/${CODE_RELEASE}/code-server${CODE_RELEASE}-linux-x86_64.tar.gz" && \
2929
tar xzf /tmp/code.tar.gz -C \
3030
/usr/bin/ --strip-components=1 \
31-
--wildcards code-server*/code-server && \
31+
--wildcards code-server*/code-server && \
3232
echo "**** clean up ****" && \
3333
rm -rf \
3434
/tmp/* \

0 commit comments

Comments
 (0)