summaryrefslogtreecommitdiffstats
path: root/modules/doctor/fix16961.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/doctor/fix16961.go')
-rw-r--r--modules/doctor/fix16961.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/doctor/fix16961.go b/modules/doctor/fix16961.go
index b929616b38..e241838068 100644
--- a/modules/doctor/fix16961.go
+++ b/modules/doctor/fix16961.go
@@ -296,7 +296,6 @@ func fixBrokenRepoUnits16961(ctx context.Context, logger log.Logger, autofix boo
return repo_model.UpdateRepoUnit(repoUnit)
},
)
-
if err != nil {
logger.Critical("Unable to iterate across repounits to fix the broken units: Error %v", err)
return err