Skip to content

Commit 6633548

Browse files
committed
linting
1 parent bb2000a commit 6633548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionerd/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ func (r *Runner) runTemplateImport(ctx context.Context) (*proto.CompletedJob, *p
571571
CoderUrl: r.job.GetTemplateImport().Metadata.CoderUrl,
572572
WorkspaceOwnerGroups: r.job.GetTemplateImport().Metadata.WorkspaceOwnerGroups,
573573
WorkspaceTransition: sdkproto.WorkspaceTransition_STOP,
574-
}, true, // Modules downloded on the start provision
574+
}, true, // Modules downloaded on the start provision
575575
)
576576
if err != nil {
577577
return nil, r.failedJobf("template import provision for stop: %s", err)

0 commit comments

Comments
 (0)