Skip to content

Commit

Permalink
fixup! rjeffman: this is a fixup for infra/images/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jul 20, 2024
1 parent fdea643 commit 9725a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ then
# in older (as in Ubuntu 22.04) podman versions,
# 'podman image rm --force' fails if the image
# does not exist.
if podman image exist "${DISTRO}"
if podman image exists "${DISTRO}"
then
log info "= Cleanup possible existing ${DISTRO} ="
podman image rm "${DISTRO}" --force
Expand Down

0 comments on commit 9725a65

Please sign in to comment.