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 4ff9afc commit a47abdfCopy full SHA for a47abdf
cloud-sql/mysql/mysql/test/proxy-setup.sh
@@ -24,7 +24,7 @@ if [[ $SETUP_STYLE -ne "tcp" ]]; then
24
socket="--unix-socket /cloudsql"
25
fi
26
27
-if [[ -! f cloud-sql-proxy ]]; then
+if [[ ! -f cloud-sql-proxy ]]; then
28
29
curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/${PROXY_VERSION}/cloud-sql-proxy.linux.amd64
30
if [[ $? -ne 0 ]]; then
0 commit comments