Skip to content

Commit

Permalink
pcli: use directories instead of files for threshold deal
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Dec 2, 2023
1 parent 8bbe2e7 commit 0e2b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pcli/src/command/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl ThresholdInitCmd {
view_url: None,
disable_warning: false,
};
config.save(path)?;
config.save(path.join(crate::CONFIG_FILE_NAME))?;
}
Ok(())
}
Expand Down

0 comments on commit 0e2b51c

Please sign in to comment.