diff --git a/auth/src/lib.rs b/auth/src/lib.rs index 132e75ca..275fc378 100644 --- a/auth/src/lib.rs +++ b/auth/src/lib.rs @@ -266,7 +266,10 @@ pub fn authenticate( } else { term::success!("Signing key already in ssh-agent"); } - } + } else { + term::warning("Radicle key won't be added to ssh-agent since it's not running."); + term::blank(); + }; Ok(()) }