fix: correct flag name (#11525)

This commit is contained in:
Garrett Delfosse
2024-01-10 09:36:26 -05:00
committed by GitHub
parent 0727535342
commit aa7fe075a8

View File

@@ -82,7 +82,7 @@ func (r *RootCmd) templatePull() *clibase.Cmd {
if versionName == "" && activeVersion.ID != latestVersion.ID {
cliui.Warn(inv.Stderr,
"A newer template version than the active version exists. Pulling the active version instead.",
"Use "+cliui.Code("--template latest")+" to pull the latest version.",
"Use "+cliui.Code("--version latest")+" to pull the latest version.",
)
}
templateVersion = activeVersion