From 37b5e8bae8c89f6eea2e57c62e66c628ce6a31bc Mon Sep 17 00:00:00 2001 From: Rishi Jat Date: Fri, 27 Feb 2026 05:47:02 +0530 Subject: [PATCH] docs: fix typo in tag command help text Signed-off-by: Rishi Jat --- cmd/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tag.go b/cmd/tag.go index 0a2a5fe8..ac8568c2 100644 --- a/cmd/tag.go +++ b/cmd/tag.go @@ -29,7 +29,7 @@ import ( // tagCmd represents the modctl command for tag. var tagCmd = &cobra.Command{ Use: "tag [flags] ", - Short: "Tag can tag one model artifact to another one without rebuiding.", + Short: "Tag can tag one model artifact to another one without rebuilding.", Args: cobra.ExactArgs(2), DisableAutoGenTag: true, SilenceUsage: true,