Skip to content

Commit 00be0f6

Browse files
committed
move argument position
1 parent 530330c commit 00be0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN dnf makecache && \
3535
python-pip \
3636
ShellCheck
3737

38-
RUN cargo install --locked typos-cli --version 1.24.1 --root /usr/local
38+
RUN cargo install typos-cli --locked --version 1.24.1 --root /usr/local
3939

4040
RUN curl -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64 && \
4141
chmod 755 /usr/bin/buildifier

0 commit comments

Comments
 (0)