Skip to content

Commit c425a7e

Browse files
committed
fix usage
1 parent 919bd8f commit c425a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/utils/sql-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ usage() {
3131
#
3232
# Usage in package.json:
3333
#
34-
# "proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/debug-sql-proxy.sh",
34+
# "proxy": "$GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh",
3535
# "system-test": "npm run proxy -- c8 mocha test/... ",
3636
# "system-test-unix": "SOCKET=unix npm run proxy -- c8 mocha test/... ",
3737
EOF

0 commit comments

Comments
 (0)