From 099da7167c7a3d1124bde7e6baec329558ac04c7 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 31 May 2025 16:09:56 -0400 Subject: [PATCH] fix: Needs to be bootc container lint --- scripts/post_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 5b76b90..c2ba87b 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -5,5 +5,5 @@ set -euo pipefail rm -rf /tmp/* /var/* if command -v bootc > /dev/null; then - bootc lint + bootc container lint fi