aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/execute.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-08 13:30:25 +0800
committerGravatar Runxi Yu2026-03-08 13:30:25 +0800
commit9d7ccb0106499f22fb0c215e149e9ed63af891fc (patch)
treed474c395ad6f6536b8a3573cb4b658803ef765b4 /receivepack/service/execute.go
parentreceivepack: Report updating ref failures (diff)
signatureNo signature
receivepack: Period punctuate progress messages
Diffstat (limited to 'receivepack/service/execute.go')
-rw-r--r--receivepack/service/execute.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receivepack/service/execute.go b/receivepack/service/execute.go
index 8f70fb83..28c0587c 100644
--- a/receivepack/service/execute.go
+++ b/receivepack/service/execute.go
@@ -84,7 +84,7 @@ func (service *Service) Execute(ctx context.Context, req *Request) (*Result, err
err = service.promoteQuarantine(quarantineName, quarantineRoot)
if err != nil {
- utils.WriteProgressf(service.opts.Progress, "promoting quarantine: failed: %v\n", err)
+ utils.WriteProgressf(service.opts.Progress, "promoting quarantine: failed: %v.\n", err)
result.UnpackError = err.Error()
fillCommandErrors(result, req.Commands, err.Error())