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 } => {