We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5019c43 commit b82bfe4Copy full SHA for b82bfe4
setup.sh
@@ -9,8 +9,8 @@ TEMP_DIR=$(mktemp -d)
9
# Detect OS
10
OS="$(uname -s)"
11
case "$OS" in
12
- Linux*) FILE="json-to-sql-Linux.zip" ;;
13
- Darwin*) FILE="json-to-sql-macOS.zip" ;;
+ Linux*) FILE="json-to-sql-linux.zip" ;;
+ Darwin*) FILE="json-to-sql-macos.zip" ;;
14
*) echo "Unsupported OS: $OS"; exit 1 ;;
15
esac
16
0 commit comments