From ddfcfff1fce67ad9820c6476a2ba0949efbb8a3b Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 3 Dec 2020 20:36:04 -0600 Subject: [PATCH] return 0 from a successful run --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 67cf7e2..8481339 100644 --- a/src/main.rs +++ b/src/main.rs @@ -158,7 +158,7 @@ fn run(opts: Options) -> Result { store.write().context("could not update the config file")?; - Ok(1) + Ok(0) } Mode::Unforbid { name } => {