Skip to content

Commit f70bb20

Browse files
authored
fix(build): fix preflight script for m1 for lib postgresql (#5957)
1 parent 8bbe3f6 commit f70bb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/scripts/datahub_preflight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ arm64_darwin_preflight() {
5454
# we first symlink /opt/postgresql@14 to /opt/postgresql
5555
if [ ! -z $(brew --prefix)/opt/postgresql ]; then
5656
printf "✨ Symlinking postgresql@14 to postgresql\n"
57-
ln -sf $(brew --prefix postgresql@14) $(brew --prefix)/opt/postgres
57+
ln -sf $(brew --prefix postgresql@14) $(brew --prefix)/opt/postgresql
5858
fi
5959
# we then symlink all libs under /opt/postgresql@14/lib/postgresql@14 to /opt/postgresql@14/lib
6060
if [ ! -z $(brew --prefix postgresql@14)/lib/postgresql@14 ]; then

0 commit comments

Comments
 (0)