fix linter
This commit is contained in:
parent
021b1bdc4a
commit
366b38460f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user