Skip to content

Commit 7caa383

Browse files
ericcurtinCopilot
andauthored
Update cmd/cli/commands/tag.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7c3e7c9 commit 7caa383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/cli/commands/tag.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func newTagCmd() *cobra.Command {
3939
func tagModel(cmd *cobra.Command, desktopClient *desktop.Client, source, target string) error {
4040
// Normalize source model name to add default org and tag if missing
4141
source = models.NormalizeModelName(source)
42-
4342
// Ensure tag is valid
4443
tag, err := name.NewTag(target)
4544
if err != nil {

0 commit comments

Comments
 (0)