Skip to content

Commit 4257ff8

Browse files
committed
build: fix argo
1 parent ceaeff0 commit 4257ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tools/dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn clippy() {
5050
}
5151

5252
fn fmt() {
53-
run!("argo fmt --all --check");
53+
run!("cargo fmt --all --check");
5454
}
5555

5656
fn build(target: &str) {

0 commit comments

Comments
 (0)