Skip to content

Commit eeb1dd0

Browse files
committed
fixup! feat: add README parsing to template versions
1 parent 61d3729 commit eeb1dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionerd/provisionerd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func (p *Server) runJob(ctx context.Context, job *proto.AcquiredJob) {
412412
case *proto.AcquiredJob_TemplateImport_:
413413
p.opts.Logger.Debug(context.Background(), "acquired job is template import")
414414

415-
p.runReadmeParse(ctx, shutdown, job)
415+
p.runReadmeParse(ctx, job)
416416
p.runTemplateImport(ctx, shutdown, provisioner, job)
417417
case *proto.AcquiredJob_WorkspaceBuild_:
418418
p.opts.Logger.Debug(context.Background(), "acquired job is workspace provision",

0 commit comments

Comments
 (0)