From 07c6a82d8f8fdfa07c8ccd48223f2317797116b4 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Mon, 20 Dec 2021 09:02:07 -0500 Subject: [PATCH] [test] Testing removal of SSH password --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index e922837..0c5a1b2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -108,3 +108,5 @@ async fn main() -> std::io::Result<()> { parse_xml(folder_contents); Ok(()) } + +// TO_BE_DELETED: Testing removal of SSH password.