Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

chore: provide resource pool id and namespace in env create #258

Merged
merged 3 commits into from
Mar 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: provide resource pool id and namespace in env create
  • Loading branch information
cmoog committed Mar 5, 2021
commit 0f44fdae4d1cc97774e65a67112c9b4053805ff4
2 changes: 1 addition & 1 deletion internal/coderutil/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func EnvsWithProvider(ctx context.Context, client coder.Client, envs []coder.Env
return pooledEnvs, nil
}

// DefaultWorkspaceProvider returns the default provider with with to create environments.
// DefaultWorkspaceProvider returns the default provider with which to create environments.
func DefaultWorkspaceProvider(ctx context.Context, c coder.Client) (*coder.WorkspaceProvider, error) {
provider, err := c.WorkspaceProviders(ctx)
if err != nil {
Expand Down