mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
rustfmt
This commit is contained in:
parent
738ab0adec
commit
6cc3128c64
1 changed files with 1 additions and 3 deletions
|
|
@ -273,9 +273,7 @@ fn args() -> Result<Args> {
|
|||
// the directory does not exist
|
||||
Err(_) => {
|
||||
// since certificate management should be automated, we are going to create the directory too
|
||||
log::info!(
|
||||
"The certificate directory {certs_path:?} does not exist, creating it."
|
||||
);
|
||||
log::info!("The certificate directory {certs_path:?} does not exist, creating it.");
|
||||
std::fs::create_dir(&certs_path).expect("could not create certificate directory");
|
||||
// we just created the directory, skip loading from it
|
||||
(None, PathBuf::from(certs_path))
|
||||
|
|
|
|||
Loading…
Reference in a new issue