Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 546b7ae

Browse files
Update coderd/workspaces.go
Co-authored-by: Danny Kopping <[email protected]>
1 parent 50d23e4 commit 546b7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ func createWorkspace(
647647
claimedWorkspace *database.Workspace
648648
)
649649

650-
// If a template preset was chosen, try claim a prebuild.
650+
// If a template preset was chosen, try claim a prebuilt workspace.
651651
if req.TemplateVersionPresetID != uuid.Nil {
652652
// Try and claim an eligible prebuild, if available.
653653
claimedWorkspace, err = claimPrebuild(ctx, prebuilds, db, api.Logger, req, owner)

0 commit comments

Comments
 (0)