diff --git a/src/Commands/Bisect.cs b/src/Commands/Bisect.cs index 20beeab9..a3bf1a97 100644 --- a/src/Commands/Bisect.cs +++ b/src/Commands/Bisect.cs @@ -6,6 +6,7 @@ { WorkingDirectory = repo; Context = repo; + RaiseError = false; Args = $"bisect {subcmd}"; } }