mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Chore: Fixed Postgres tool path for new Homebrew version
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user