Skip to content

Commit

Permalink
fix path in format command (#6494)
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidl authored Oct 2, 2024
1 parent 9b9217b commit c54f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Note that currently the above will not check all source files in the parquet cra
parquet files run the following from the top-level `arrow-rs` directory:

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

## Breaking Changes
Expand Down

0 comments on commit c54f942

Please sign in to comment.