Chore: Fixed Postgres tool path for new Homebrew version

This commit is contained in:
Laurent Cozic
2025-11-06 17:50:59 +01:00
parent 66fa3fc808
commit 996a0894ae
+1
View File
@@ -16,6 +16,7 @@ export interface DropDbOptions {
const getPostgresToolPath = async (name: string) => {
const candidates = [
'/opt/homebrew/opt/postgresql@16/bin',
'/usr/local/opt/postgresql@16/bin',
];