Skip to content

Commit aa7fe07

Browse files
authored
fix: correct flag name (#11525)
1 parent 0727535 commit aa7fe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepull.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (r *RootCmd) templatePull() *clibase.Cmd {
8282
if versionName == "" && activeVersion.ID != latestVersion.ID {
8383
cliui.Warn(inv.Stderr,
8484
"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.",
85+
"Use "+cliui.Code("--version latest")+" to pull the latest version.",
8686
)
8787
}
8888
templateVersion = activeVersion

0 commit comments

Comments
 (0)