Skip to content

Commit 4b0ba6f

Browse files
committed
correct sql
1 parent 278dae2 commit 4b0ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/postgres/knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "node server/server.js",
1717
"start-proxy": "! pgrep cloud_sql_proxy > /dev/null && cloud_sql_proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &",
18-
"proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/debug-sql-proxy.sh",
18+
"proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh",
1919
"test": "npm run proxy -- c8 mocha -p -j 2 test/*.test.js --timeout=60000 --exit"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)