From a189aa7e85a4f3900129cc60b8d9282682350629 Mon Sep 17 00:00:00 2001 From: makspll Date: Sat, 22 Feb 2025 14:12:18 +0000 Subject: [PATCH] chore: fix typo from fixing typo --- crates/xtask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/xtask/Dockerfile b/crates/xtask/Dockerfile index 81a529f5f8..4eb4e919db 100644 --- a/crates/xtask/Dockerfile +++ b/crates/xtask/Dockerfile @@ -7,5 +7,5 @@ WORKDIR /usr/src/app COPY . . -RUN cargo xtask init --dont-update-ide false +RUN cargo xtask init --dont-update-ide RUN cargo xtask build \ No newline at end of file