Skip to content

Commit ca73336

Browse files
jclds139tabrisnet
andauthored
Typo fix from @tabrisnet
Co-authored-by: tabrisnet <[email protected]>
1 parent 79f8052 commit ca73336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions/host/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function get_docker_info_once() {
5656

5757
if docker --version | grep -q podman; then
5858
DOCKER_IS_PODMAN="yes"
59-
# when `docker` is a shim to `podman`, it will report it's version as "podman version #.#.#"
59+
# when `docker` is a shim to `podman`, it will report its version as "podman version #.#.#"
6060
else
6161
DOCKER_IS_PODMAN=""
6262
fi

0 commit comments

Comments
 (0)