Patrick Devine hai 1 ano
pai
achega
366b38460f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cmd/cmd.go

+ 2 - 0
cmd/cmd.go

@@ -393,6 +393,8 @@ func PullHandler(cmd *cobra.Command, args []string) error {
 
 		model, err := server.GetModel(tag)
 		if err != nil {
+			slog.Info(fmt.Sprintf("skipping tag '%s'", tag))
+			// nolint: nilerr
 			return nil
 		}