Skip to content

Commit 7aa49ef

Browse files
committed
chore(hooks): align pre-commit step description with --with-metadata flag
1 parent ec462dd commit 7aa49ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/dev-tools/git/hooks/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -uo pipefail
1818
# Each step: "description|command"
1919

2020
declare -a STEPS=(
21-
"Checking for unused dependencies (cargo machete)|cargo machete --with-metadata"
21+
"Checking for unused dependencies (cargo machete --with-metadata)|cargo machete --with-metadata"
2222
"Running all linters|linter all"
2323
"Running documentation tests|cargo test --doc --workspace"
2424
)

0 commit comments

Comments
 (0)