Typo fix from @tabrisnet

Co-authored-by: tabrisnet <96966042+tabrisnet@users.noreply.github.com>
This commit is contained in:
Jesse R Codling 2025-12-05 12:47:47 -05:00 committed by Igor
parent 9f164a21ce
commit d1fc474d50

View File

@ -56,7 +56,7 @@ function get_docker_info_once() {
if docker --version | grep -q podman; then
DOCKER_IS_PODMAN="yes"
# when `docker` is a shim to `podman`, it will report it's version as "podman version #.#.#"
# when `docker` is a shim to `podman`, it will report its version as "podman version #.#.#"
else
DOCKER_IS_PODMAN=""
fi