From 4749520db34bb2f42699b93141864ae0fb0d7d37 Mon Sep 17 00:00:00 2001 From: Hubbe Date: Fri, 8 Nov 2024 09:50:28 +0200 Subject: [PATCH] Fix typo I KEEP MISSING " --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index ee7dc47..1f209d4 100755 --- a/build +++ b/build @@ -89,7 +89,7 @@ for component in "${COMPONENTS[@]}"; do "${CACHE_ARGS[@]}" \ . # buscribe doesn't (yet?) build under arm64 due to pulling in libc-bin, skip arm64 for it - if [ "$component" != "buscribe ]; then + if [ "$component" != "buscribe" ]; then "$BUILD_CMD" build \ -f "$component/Dockerfile" \ -t "$latest" \