Skip to content

Commit

Permalink
mongosh: drop unneeded env_script
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 16, 2024
1 parent 99871d5 commit 76a1e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/m/mongosh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Mongosh < Formula

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
(bin/"mongosh").write_env_script libexec/"bin/mongosh", PATH: "#{Formula["node"].opt_bin}:$PATH"
end

test do
Expand Down

0 comments on commit 76a1e63

Please sign in to comment.