Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jul 30, 2024
1 parent 2515a34 commit ed60bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ragger/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def find_application(base_dir: Path, device: str, sdk: str) -> Path:
When building a Rust app, the resulting binary is located in a target
directory target/<device>/release/<app_name>. app is the Path to the
build directory, where is stored the app's Cargo.toml file.
If the app respository is organized as a workspace crate (several packages,
If the app repository is organized as a workspace crate (several packages,

Check failure on line 78 in src/ragger/utils/misc.py

View workflow job for this annotation

GitHub Actions / Check misspellings

crate ==> create
each package in its own directory with its own Cargo.toml), the binaries are
all stored in the same target directory. 'cargo metadata' is used to get the
target directory full path.
Expand Down

0 comments on commit ed60bf5

Please sign in to comment.