Skip to content

Commit fe41387

Browse files
committed
chore: Fix typo
1 parent dc41f04 commit fe41387

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ repos:
5050
- id: cargo-check-all-features
5151
name: cargo-check-all-features
5252
language: system
53-
entry: cargo check --all-target --workspace --all-features
53+
entry: cargo check --all-targets --workspace --all-features
5454
stages: [pre-commit, pre-merge-commit]
5555
pass_filenames: false
5656
files: Cargo\.(toml|lock)
5757

5858
- id: cargo-check-no-default-features
5959
name: cargo-check-no-default-features
6060
language: system
61-
entry: cargo check --all-target --workspace --no-default-features
61+
entry: cargo check --all-targets --workspace --no-default-features
6262
stages: [pre-commit, pre-merge-commit]
6363
pass_filenames: false
6464
files: Cargo\.(toml|lock)

0 commit comments

Comments
 (0)