fix linter

This commit is contained in:
Patrick Devine 2024-01-24 14:48:35 -08:00
parent 021b1bdc4a
commit 366b38460f

View File

@ -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
}