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