mirror of
https://github.com/coder/coder.git
synced 2025-07-30 22:19:53 +00:00
fix: correct flag name (#11525)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user