vv9k / podman-api-rs

Rust interface to Podman (libpod).
MIT License
85 stars 12 forks source link

Fix typo `referene` in `PullOptsBuilder` #119

Closed marhkb closed 2 years ago

marhkb commented 2 years ago

This should be named reference.

What did you implement:

A fix for a typo

How did you verify your change:

I couldn't pull images before. Now I can.

What (if anything) would need to be called out in the CHANGELOG for the next release:

The commit message subject line may fit well.

vv9k commented 2 years ago

Thanks for the PR!