Commit e82a315
committed
fix: correct path to cortex-cli Cargo.toml in check-cli-version.sh
The script was looking for cortex-cli/Cargo.toml at the repository root,
but the crate is actually located at src/cortex-cli/Cargo.toml per the
workspace configuration.
This caused the version validation check to be silently skipped,
as the file existence check failed.
Changes:
- Updated CORTEX_CLI_CARGO path from cortex-cli/Cargo.toml to src/cortex-cli/Cargo.toml
Fixes: PlatformNetwork/bounty-challenge#478661 parent f29ddd7 commit e82a315
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments