Skip to content

Commit 43d8a99

Browse files
committed
gitlab-ci-local: revision bump (node 24.1.0)
1 parent 88b0b4d commit 43d8a99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/g/gitlab-ci-local.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class GitlabCiLocal < Formula
44
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.60.1.tgz"
55
sha256 "2945d0322fd00ab9b734c6bda95a23b29162a906048ca8bda394466cb75a2f68"
66
license "MIT"
7+
revision 1
78

89
bottle do
910
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82"
@@ -19,7 +20,7 @@ class GitlabCiLocal < Formula
1920

2021
def install
2122
system "npm", "install", *std_npm_args
22-
bin.install_symlink Dir["#{libexec}/bin/*"]
23+
bin.install_symlink libexec.glob("bin/*")
2324
end
2425

2526
test do

0 commit comments

Comments
 (0)