Skip to content

Commit b82bfe4

Browse files
fix fix
1 parent 5019c43 commit b82bfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ TEMP_DIR=$(mktemp -d)
99
# Detect OS
1010
OS="$(uname -s)"
1111
case "$OS" in
12-
Linux*) FILE="json-to-sql-Linux.zip" ;;
13-
Darwin*) FILE="json-to-sql-macOS.zip" ;;
12+
Linux*) FILE="json-to-sql-linux.zip" ;;
13+
Darwin*) FILE="json-to-sql-macos.zip" ;;
1414
*) echo "Unsupported OS: $OS"; exit 1 ;;
1515
esac
1616

0 commit comments

Comments
 (0)