Skip to content

Commit 190617c

Browse files
revert: mistake
1 parent e81a985 commit 190617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/autobuild/lifecycle_executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (e *Executor) runOnce(t time.Time) Stats {
205205
return xerrors.Errorf("get template scheduling options: %w", err)
206206
}
207207

208-
tmpl, err := tx.GetTemplateByID(e.ctx, ws.TemplateID)
208+
tmpl, err = tx.GetTemplateByID(e.ctx, ws.TemplateID)
209209
if err != nil {
210210
return xerrors.Errorf("get template by ID: %w", err)
211211
}

0 commit comments

Comments
 (0)