Skip to content

Commit

Permalink
return 0 from a successful run
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 4, 2020
1 parent 8130a31 commit ddfcfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -158,7 +158,7 @@ fn run(opts: Options) -> Result<i32> {

store.write().context("could not update the config file")?;

Ok(1)
Ok(0)
}

Mode::Unforbid { name } => {
Expand Down

0 comments on commit ddfcfff

Please sign in to comment.