aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/execute.go
diff options
context:
space:
mode:
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())