diff --git a/cli/src/main.rs b/cli/src/main.rs index 82dcccca..75e573f3 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -436,9 +436,10 @@ fn main() -> Result { "Eszip extracted successfully inside path {}", output_path.to_str().unwrap() ); + ExitCode::SUCCESS + } else { + ExitCode::FAILURE } - - ExitCode::SUCCESS } _ => {