I didn't mean to kill the entire CI pipeline with a syntax error!

Fixes: 4446896f
---
 ci/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/build.sh b/ci/build.sh
index 0eb07e93..3803f6d2 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -104,6 +104,7 @@ main() {
     then
         CONFIG_ARGS="$CONFIG_ARGS --disable-perl"
     elif test "$PERL" = "force"
+    then
         CONFIG_ARGS="$CONFIG_ARGS --enable-perl"
     fi

-- 
2.37.3

_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://listman.redhat.com/mailman/listinfo/libguestfs

Reply via email to