Add `nectar` binary

pull/184/head
Franck Royer 3 years ago
parent c117885dad
commit 83dcf4ba3c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

@ -106,7 +106,7 @@ pub fn query_user_for_initial_testnet_config() -> Result<Config> {
.with_prompt("Enter data directory for nectar or hit return to use default")
.default(
default_data_dir()
.context("Not default data dir value for this system")?
.context("No default data dir value for this system")?
.to_str()
.context("Unsupported characters in default path")?
.to_string(),

Loading…
Cancel
Save