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