Skip to content

Commit 323e47b

Browse files
Update cmd/cli/commands/utils.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5259df0 commit 323e47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func asPrinter(cmd *cobra.Command) standalone.StatusPrinter {
101101
// stripDefaultsFromModelName removes the default "ai/" prefix, default registry, and ":latest" tag for display.
102102
// Examples:
103103
// - "ai/gemma3:latest" -> "gemma3"
104-
// - "ai/gemma3:v1" -> "ai/gemma3:v1"
104+
// - "ai/gemma3:v1" -> "gemma3:v1"
105105
// - "myorg/gemma3:latest" -> "myorg/gemma3"
106106
// - "gemma3:latest" -> "gemma3"
107107
// - "index.docker.io/ai/gemma3:latest" -> "gemma3"

0 commit comments

Comments
 (0)