Skip to content

Commit

Permalink
Fix envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Apr 15, 2024
1 parent 95e5fa6 commit 7230fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH_add /opt/homebrew/bin
export brew_prefix="$(brew --prefix)"

pg_pkg="postgresql@$(cat .postgresql-version)"
pg_dir="${brew_prefix}/bin/${pg_pkg}"
pg_dir="$(brew --prefix "${pg_pkg}")/bin/"

[[ -d ${pg_dir} ]] && PATH_add "${pg_dir}"

Expand Down
17 changes: 0 additions & 17 deletions spec/helpers/home_helper_spec.rb

This file was deleted.

0 comments on commit 7230fb9

Please sign in to comment.