mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 12:00:43 +00:00
style: delete comment
This commit is contained in:
parent
96a93dad3a
commit
214fb72b83
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
let output = sub_matches.get_one::<PathBuf>("output").unwrap();
|
let output = sub_matches.get_one::<PathBuf>("output").unwrap();
|
||||||
tokio::fs::write(output, decrypted).await?;
|
tokio::fs::write(output, decrypted).await?;
|
||||||
},
|
},
|
||||||
Some(("package", sub_matches)) => { // TODO: compress the output directory into one file???
|
Some(("package", sub_matches)) => {
|
||||||
let db_url = sub_matches.get_one::<Url>("database").unwrap();
|
let db_url = sub_matches.get_one::<Url>("database").unwrap();
|
||||||
let db = get_db_conn(sub_matches).await?;
|
let db = get_db_conn(sub_matches).await?;
|
||||||
let key = get_admin_private_key(&db, sub_matches).await?;
|
let key = get_admin_private_key(&db, sub_matches).await?;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue