Skip to content

Commit 701bb45

Browse files
committed
monika: revision bump (node 24.1.0)
1 parent 88b0b4d commit 701bb45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/m/monika.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Monika < Formula
44
url "https://registry.npmjs.org/@hyperjumptech/monika/-/monika-1.22.0.tgz"
55
sha256 "2b2ed6ac3186d72a9f060efb62d183c4b156494b2c37de9808c108f54655b84c"
66
license "MIT"
7+
revision 1
78

89
bottle do
910
sha256 arm64_sequoia: "b454a3a9c3ab9b5ae518e59e49ffa26ef65cf251158612f1bf035de1d8a94e73"
@@ -25,7 +26,7 @@ class Monika < Formula
2526

2627
def install
2728
system "npm", "install", *std_npm_args
28-
bin.install_symlink Dir["#{libexec}/bin/*"]
29+
bin.install_symlink libexec.glob("bin/*")
2930

3031
# Remove incompatible pre-built binaries
3132
os = OS.kernel_name.downcase

0 commit comments

Comments
 (0)