diff --git a/Program.cs b/Program.cs index 9888d58..51771f2 100644 --- a/Program.cs +++ b/Program.cs @@ -50,9 +50,8 @@ namespace DockerExporter else { _log.Error("Unexpected cancellation/timeout halted execution."); + Environment.ExitCode = -1; } - - Environment.ExitCode = -1; } catch (Exception ex) {