From 322e2e0c6a1b8fde2c2982af1f4f6c9b1204fa99 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 13:05:20 -0800 Subject: [PATCH] Improve KeypairFileNotFound error message (#7792) (#7794) automerge --- cli/src/main.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index d7e92a2f9a..a5577694ee 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -110,9 +110,10 @@ pub fn parse_args(matches: &ArgMatches<'_>) -> Result