Update validator/src/bin/solana-test-validator.rs

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
skrrb 2022-07-16 17:12:15 +02:00 committed by Michael Vines
parent 4fb70f48d6
commit 3377f40d75
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ fn main() {
if path.exists() && path.is_dir() {
Ok(())
} else {
Err(format!("wrong directory '{}'", value))
Err(format!("path does not exist or is not a directory: {}", value))
}
})
})