Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6edd7cb

Browse files
authored
fix: typo in create workspaces command hint (#995)
Resolves: #994
1 parent 770c567 commit 6edd7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatecreate.go

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

116-
_, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render("coder workspace create "+templateName))
116+
_, _ = fmt.Fprintln(cmd.OutOrStdout(), " "+cliui.Styles.Code.Render("coder workspaces create "+templateName))
117117
_, _ = fmt.Fprintln(cmd.OutOrStdout())
118118

119119
return nil

0 commit comments

Comments
 (0)