Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cli] Fix cli client publish path (MystenLabs#17749)
## Description Fixes the issue with providing a path to a Move project with `sui client publish <path>`, and failing to find the directory. ## Test plan Existing tests. Manual checks ```bash ~/src/sui/examples > sui client publish move/first_package ~/src/sui/examples/move > sui client publish first_package ~/src/sui/examples/move/first_package > sui client publish . ``` --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
- Loading branch information