Skip to content

Commit cbca284

Browse files
author
error2215
authored
Merge pull request #10 from core-coin/fix/proper_datadir
fix datadir path
2 parents 72b7b5b + fb8c3a2 commit cbca284

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords = ["core blockchain", "xcb", "cli"]
2424
license = "MIT OR Apache-2.0"
2525
homepage = "https://github.com/core-coin/core-cli"
2626
repository = "https://github.com/core-coin/core-cli"
27-
version = "0.0.8"
27+
version = "0.0.9"
2828

2929
[workspace.dependencies]
3030
# Workspace members

crates/cli/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ pub struct Cli {
1414
)]
1515
pub backend: String,
1616

17-
#[structopt(long, short, default_value = "./data")]
17+
#[structopt(long, short, default_value = "~/.core-cli/data")]
1818
pub datadir: String,
1919
}

0 commit comments

Comments
 (0)