Skip to content

Commit 9544a0e

Browse files
Fix shell script formatting (shfmt)
1 parent c9e9f93 commit 9544a0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ case "${vcpkg_arch}" in
8484
arm64)
8585
vcpkg_triplet="arm64-osx"
8686
;;
87-
i386|x86_64)
87+
i386 | x86_64)
8888
vcpkg_triplet="x64-osx"
8989
;;
9090
*)

ci/scripts/jni_manylinux_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ github_actions_group_begin "Update llvm"
2929
vcpkg install \
3030
--debug \
3131
--clean-after-build \
32-
--x-install-root="${VCPKG_ROOT}"/installed \
32+
--x-install-root=${VCPKG_ROOT}/installed \
3333
--x-manifest-root=/arrow/ci/vcpkg \
3434
--overlay-ports=/arrow/ci/vcpkg/overlay/llvm/ \
3535
--x-feature=dev \

0 commit comments

Comments
 (0)