Skip to content

Commit aa3f929

Browse files
committed
reorder example command
1 parent 6e04e29 commit aa3f929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatecreate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func templateCreate() *cobra.Command {
115115
"The "+cliui.Styles.Keyword.Render(templateName)+" template has been created! "+
116116
"Developers can provision a workspace with this template using:")+"\n")
117117

118-
_, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render("coder workspaces create [workspace name] --template="+fmt.Sprintf("%q", templateName)))
118+
_, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render(fmt.Sprintf("coder workspaces create --template=%q [workspace name]", templateName)))
119119
_, _ = fmt.Fprintln(cmd.OutOrStdout())
120120

121121
return nil

0 commit comments

Comments
 (0)