Thanks to visit codestin.com Credit goes to github.com
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 770c567 commit 6edd7cbCopy full SHA for 6edd7cb
cli/templatecreate.go
@@ -113,7 +113,7 @@ func templateCreate() *cobra.Command {
113
"The "+cliui.Styles.Keyword.Render(templateName)+" template has been created! "+
114
"Developers can provision a workspace with this template using:")+"\n")
115
116
- _, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render("coder workspace create "+templateName))
+ _, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render("coder workspaces create "+templateName))
117
_, _ = fmt.Fprintln(cmd.OutOrStdout())
118
119
return nil
0 commit comments