From aa7fe075a878c8301ffc427b1debd05d803f95af Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Wed, 10 Jan 2024 09:36:26 -0500 Subject: [PATCH] fix: correct flag name (#11525) --- cli/templatepull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/templatepull.go b/cli/templatepull.go index 13286ab033..e61d410268 100644 --- a/cli/templatepull.go +++ b/cli/templatepull.go @@ -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