diff --git a/commands/run.go b/commands/run.go index 35bdc04d..0ca03a5e 100644 --- a/commands/run.go +++ b/commands/run.go @@ -42,8 +42,7 @@ func newRunCmd(desktopClient *desktop.Client) *cobra.Command { if err := pullModel(cmd, desktopClient, model); err != nil { return err } - } - if model != modelDetail.Tags[0] { + } else if model != modelDetail.Tags[0] { model = modelDetail.Tags[0] }