Skip to content

Commit 4c9c77e

Browse files
committed
Fix default
1 parent f0bb47e commit 4c9c77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ func (r *RootCmd) create() *clibase.Cmd {
248248
Flag: "copy-parameters",
249249
Env: "CODER_WORKSPACE_COPY_PARAMETERS",
250250
Description: "Specify the source workspace name to copy parameters from.",
251-
Default: string(codersdk.AutomaticUpdatesNever),
252251
Value: clibase.StringOf(&copyParameters),
253252
},
254253
cliui.SkipPromptOption(),

0 commit comments

Comments
 (0)