Skip to content

Commit a47abdf

Browse files
committed
sh
1 parent 4ff9afc commit a47abdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/mysql/mysql/test/proxy-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ $SETUP_STYLE -ne "tcp" ]]; then
2424
socket="--unix-socket /cloudsql"
2525
fi
2626

27-
if [[ -! f cloud-sql-proxy ]]; then
27+
if [[ ! -f cloud-sql-proxy ]]; then
2828

2929
curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/${PROXY_VERSION}/cloud-sql-proxy.linux.amd64
3030
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)