aboutsummaryrefslogtreecommitdiffstats
path: root/services/task/migrate.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/task/migrate.go')
-rw-r--r--services/task/migrate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/task/migrate.go b/services/task/migrate.go
index 6f35134525..651681ef65 100644
--- a/services/task/migrate.go
+++ b/services/task/migrate.go
@@ -139,5 +139,5 @@ func runMigrateTask(t *models.Task) (err error) {
// do not be tempted to coalesce this line with the return
err = handleCreateError(t.Owner, err)
- return
+ return err
}