We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5912a commit fa96a20Copy full SHA for fa96a20
cli/pkg/workspace/plugin/create.go
@@ -253,10 +253,6 @@ func (o *CreateWorkspaceOptions) Run(ctx context.Context) error {
253
}
254
createContextOptions.startingConfig = &startingConfig
255
256
- // if err := o.modifyConfig(o.ClientConfig.ConfigAccess(), &startingConfig); err != nil {
257
- // return err
258
- // }
259
-
260
// only for unit test needs
261
if o.modifyConfig != nil {
262
createContextOptions.modifyConfig = o.modifyConfig
0 commit comments