Skip to content

Commit d11327e

Browse files
committed
fix
1 parent 1c69974 commit d11327e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bundle-axe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else
9797
tar -xzf "axe-release.tar.gz"
9898

9999
# Find the extracted directory (might be named differently)
100-
EXTRACTED_DIR=$(find . -type d -name "*AXe*" -o -name "*axe*" | head -1)
100+
EXTRACTED_DIR=$(find . -type d \( -name "*AXe*" -o -name "*axe*" \) | head -1)
101101
if [ -z "$EXTRACTED_DIR" ]; then
102102
# If no AXe directory found, assume files are in current directory
103103
EXTRACTED_DIR="."

0 commit comments

Comments
 (0)