We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbe3f6 commit f70bb20Copy full SHA for f70bb20
metadata-ingestion/scripts/datahub_preflight.sh
@@ -54,7 +54,7 @@ arm64_darwin_preflight() {
54
# we first symlink /opt/postgresql@14 to /opt/postgresql
55
if [ ! -z $(brew --prefix)/opt/postgresql ]; then
56
printf "✨ Symlinking postgresql@14 to postgresql\n"
57
- ln -sf $(brew --prefix postgresql@14) $(brew --prefix)/opt/postgres
+ ln -sf $(brew --prefix postgresql@14) $(brew --prefix)/opt/postgresql
58
fi
59
# we then symlink all libs under /opt/postgresql@14/lib/postgresql@14 to /opt/postgresql@14/lib
60
if [ ! -z $(brew --prefix postgresql@14)/lib/postgresql@14 ]; then
0 commit comments