Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Aug 28, 2024
1 parent ea6e6c6 commit b3422ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def install
metacall_extra = [
"SCRIPT_DIR=$(cd -- \"$(dirname -- \"${BASH_SOURCE[0]}\")\" &> /dev/null && pwd)\n",
"PARENT=$(dirname \"${SCRIPT_DIR}\")\n",
"if [ -f \"${PARENT}/metacall-core/metacallcli\" ]; then\n",
"if [ -f \"${SCRIPT_DIR}/metacall-core/metacallcli\" ]; then\n",
" PREFIX=\"${SCRIPT_DIR}/metacall-core\"\n",
"else\n",
" PREFIX=\"${PARENT}/Cellar/metacall/#{version}\"\n",
Expand Down

0 comments on commit b3422ab

Please sign in to comment.