Skip to content

Commit

Permalink
fix a bug install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed May 21, 2024
1 parent 6a1f122 commit 1b2e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brew tap "homebrew/bundle"

printf "📦 Installing essential Oxidizer toolchains...\n"

cat oxidizer/defaults/Brewfile.txt | while read -r pkg; do
cat "${OXIDIZER}"/defaults/Brewfile.txt | while read -r pkg; do
case $pkg in
ripgrep)
cmd='rg'
Expand Down

0 comments on commit 1b2e287

Please sign in to comment.