Skip to content

Commit 23f3a2e

Browse files
committed
order?
1 parent 23b9430 commit 23f3a2e

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
@@ -38,7 +38,7 @@ else
3838
echo "cloud-sql-proxy already downloaded"
3939
fi
4040

41-
./cloud-sql-proxy $CLOUD_SQL_CONNECTION_NAME $socket &
41+
./cloud-sql-proxy $socket $CLOUD_SQL_CONNECTION_NAME &
4242
sleep 10
4343

4444
echo "Proxy ready for use"

0 commit comments

Comments
 (0)