-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sui): be consistent about sui config directory
## Description When a `--config` is supplied and it is a directory, we treat it as the sui config directory in some but not all cases. This changes makes it so that if `--config` does not look like a YAML file, then it is treated like it should be the config directory, and that location is used everywhere the config directory is expected. ## Test plan Manually tested running `sui start`, `sui start --config ...`.
- Loading branch information
Showing
1 changed file
with
45 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters