diff options
| author | 2026-03-30 21:05:59 +0000 | |
|---|---|---|
| committer | 2026-03-30 21:05:59 +0000 | |
| commit | ab174c473618dd3743881cf44e02c2db4d1ecd5f (patch) | |
| tree | 4255afc6ed41796f47ba8c1465564383e9cdaa8b /network | |
| parent | TODO: update (diff) | |
| signature | No signature | |
*: Fix lints v0.1.164
Diffstat (limited to 'network')
| -rw-r--r-- | network/receivepack/service/execute.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/receivepack/service/execute.go b/network/receivepack/service/execute.go index 08177873..92d34a63 100644 --- a/network/receivepack/service/execute.go +++ b/network/receivepack/service/execute.go @@ -15,6 +15,7 @@ func (service *Service) Execute(ctx context.Context, req *Request) (*Result, err result := &Result{ Commands: make([]CommandResult, 0, len(req.Commands)), } + var err error quarantine, ok := service.ingestQuarantine(result, req.Commands, req) @@ -88,7 +89,6 @@ func (service *Service) Execute(ctx context.Context, req *Request) (*Result, err return result, nil } - quarantine = nil utils.BestEffortFprintf(service.opts.Progress, "promoting quarantine: done.\n") } |
