Skip to content

Commit

Permalink
Remove cli prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 23, 2024
1 parent 86bdb50 commit c1d8f27
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 @@ -79,7 +79,7 @@ def install
]
cmds = [shebang, *metacall_extra]
cmds.append("export LOADER_SCRIPT_PATH=\"\${LOADER_SCRIPT_PATH:-\`pwd\`}\"\n")
cmds.append("${PREFIX}/bin/metacallcli $@\n")
cmds.append("${PREFIX}/metacallcli $@\n")

File.open("metacall.sh", "w") do |f|
f.write(*cmds)
Expand Down

0 comments on commit c1d8f27

Please sign in to comment.