Skip to content

Commit c54f942

Browse files
authored
fix path in format command (apache#6494)
1 parent 9b9217b commit c54f942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Note that currently the above will not check all source files in the parquet cra
164164
parquet files run the following from the top-level `arrow-rs` directory:
165165

166166
```bash
167-
cargo fmt -p parquet -- --check --config skip_children=true `find . -name "*.rs" \! -name format.rs`
167+
cargo fmt -p parquet -- --check --config skip_children=true `find ./parquet -name "*.rs" \! -name format.rs`
168168
```
169169

170170
## Breaking Changes

0 commit comments

Comments
 (0)