From c45a2d690af234b02ccef6ee594636ecb371bf53 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Tue, 9 Jan 2024 18:19:50 +0000 Subject: [PATCH] fix: correct flag name --- cli/templatepull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/templatepull.go b/cli/templatepull.go index 13286ab0331cd..e61d410268c1a 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