We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0727535 commit aa7fe07Copy full SHA for aa7fe07
cli/templatepull.go
@@ -82,7 +82,7 @@ func (r *RootCmd) templatePull() *clibase.Cmd {
82
if versionName == "" && activeVersion.ID != latestVersion.ID {
83
cliui.Warn(inv.Stderr,
84
"A newer template version than the active version exists. Pulling the active version instead.",
85
- "Use "+cliui.Code("--template latest")+" to pull the latest version.",
+ "Use "+cliui.Code("--version latest")+" to pull the latest version.",
86
)
87
}
88
templateVersion = activeVersion
0 commit comments