Skip to content

Commit e95e8f7

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/cli/commands/pull.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func newPullCmd() *cobra.Command {
4444
func pullModel(cmd *cobra.Command, desktopClient *desktop.Client, model string, ignoreRuntimeMemoryCheck bool) error {
4545
// Normalize model name to add default org and tag if missing
4646
model = models.NormalizeModelName(model)
47-
4847
var progress func(string)
4948
if isatty.IsTerminal(os.Stdout.Fd()) {
5049
progress = TUIProgress

0 commit comments

Comments
 (0)