From 71fd9c101a66854938312c99244ed4fcad55395b Mon Sep 17 00:00:00 2001 From: Allan Jorge Date: Fri, 20 Mar 2020 12:03:26 -0300 Subject: [PATCH] fix: use last container to parse the process' info --- Cargo.toml | 1 - src/commands.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 713c201..0cd6121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,3 @@ scraper = { git = "https://github.com/causal-agent/scraper"} reqwest = { version = "0.10.4" } select = {version = "0.4.3"} regex = "1" - diff --git a/src/commands.rs b/src/commands.rs index 11f772e..e1f6eff 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -76,7 +76,7 @@ async fn fetch_citizenship_status(code: &String) -> Result