We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b0b4d commit 701bb45Copy full SHA for 701bb45
Formula/m/monika.rb
@@ -4,6 +4,7 @@ class Monika < Formula
4
url "https://registry.npmjs.org/@hyperjumptech/monika/-/monika-1.22.0.tgz"
5
sha256 "2b2ed6ac3186d72a9f060efb62d183c4b156494b2c37de9808c108f54655b84c"
6
license "MIT"
7
+ revision 1
8
9
bottle do
10
sha256 arm64_sequoia: "b454a3a9c3ab9b5ae518e59e49ffa26ef65cf251158612f1bf035de1d8a94e73"
@@ -25,7 +26,7 @@ class Monika < Formula
25
26
27
def install
28
system "npm", "install", *std_npm_args
- bin.install_symlink Dir["#{libexec}/bin/*"]
29
+ bin.install_symlink libexec.glob("bin/*")
30
31
# Remove incompatible pre-built binaries
32
os = OS.kernel_name.downcase
0 commit comments