[CI:DOCS]Fix minor typo in buildah test

After the tests had all but passed on #27343, I noted
a minor typo.  This corrects the one character flaw.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
tomsweeneyredhat
2025-10-22 17:14:56 -04:00
parent bc3b910276
commit 1cea51507b

View File

@@ -276,7 +276,7 @@ skip_if_remote "compat API does not support oci-archive tags" \
"build-with-timestamp-applies-to-oci-archive" "build-with-timestamp-applies-to-oci-archive"
# 2025-10-212 "'build proxy' environment is not sent over the API, comment in https://github.com/containers/podman/pull/27343" # 2025-10-212 "'build proxy' environment is not sent over the API, comment in https://github.com/containers/podman/pull/27343"
skip_if_remote "http_proxy env is not send via remote API" \ skip_if_remote "http_proxy env is not sent via remote API" \
"build proxy - ADD URL" "build proxy - ADD URL"
############################################################################### ###############################################################################