Skip to content

Commit 9d673ab

Browse files
fix
1 parent 805b08a commit 9d673ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/get-ppg-dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function main() {
1212
})
1313

1414
// Emit only the Prisma-compatible URL for CI shell script to capture
15-
console.log(server.database.prismaORMConnectionString)
15+
console.log(server.database.connectionString)
1616
console.log(server.ppg.url)
1717

1818
// Wait for shutdown signal

0 commit comments

Comments
 (0)