From 9725a652d1b47cc356f1290299b62ada0d04825f Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 20 Jul 2024 01:57:59 -0300 Subject: [PATCH] fixup! rjeffman: this is a fixup for infra/images/build.sh --- infra/image/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/image/build.sh b/infra/image/build.sh index 09d70c948c..84df1e1389 100755 --- a/infra/image/build.sh +++ b/infra/image/build.sh @@ -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