mirror of
https://github.com/coder/coder.git
synced 2025-07-18 13:35:28 +00:00
fix: clarify we download templates on template select (#3296)
Co-authored-by: Joe Previte <jjprevite@gmail.com> Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
This commit is contained in:
@ -36,7 +36,7 @@ func templateInit() *cobra.Command {
|
|||||||
|
|
||||||
_, _ = fmt.Fprintln(cmd.OutOrStdout(), cliui.Styles.Wrap.Render(
|
_, _ = fmt.Fprintln(cmd.OutOrStdout(), cliui.Styles.Wrap.Render(
|
||||||
"A template defines infrastructure as code to be provisioned "+
|
"A template defines infrastructure as code to be provisioned "+
|
||||||
"for individual developer workspaces. Select an example to get started:\n"))
|
"for individual developer workspaces. Select an example to be copied to the active directory:\n"))
|
||||||
option, err := cliui.Select(cmd, cliui.SelectOptions{
|
option, err := cliui.Select(cmd, cliui.SelectOptions{
|
||||||
Options: exampleNames,
|
Options: exampleNames,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user