Skip to content

Commit 9c0cd52

Browse files
f0sseljsjoeioEmyrk
authored
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>
1 parent 5025fe2 commit 9c0cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templateinit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func templateInit() *cobra.Command {
3636

3737
_, _ = fmt.Fprintln(cmd.OutOrStdout(), cliui.Styles.Wrap.Render(
3838
"A template defines infrastructure as code to be provisioned "+
39-
"for individual developer workspaces. Select an example to get started:\n"))
39+
"for individual developer workspaces. Select an example to be copied to the active directory:\n"))
4040
option, err := cliui.Select(cmd, cliui.SelectOptions{
4141
Options: exampleNames,
4242
})

0 commit comments

Comments
 (0)