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 43d8a99Copy full SHA for 43d8a99
Formula/g/gitlab-ci-local.rb
@@ -4,6 +4,7 @@ class GitlabCiLocal < Formula
4
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.60.1.tgz"
5
sha256 "2945d0322fd00ab9b734c6bda95a23b29162a906048ca8bda394466cb75a2f68"
6
license "MIT"
7
+ revision 1
8
9
bottle do
10
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82"
@@ -19,7 +20,7 @@ class GitlabCiLocal < Formula
19
20
21
def install
22
system "npm", "install", *std_npm_args
- bin.install_symlink Dir["#{libexec}/bin/*"]
23
+ bin.install_symlink libexec.glob("bin/*")
24
end
25
26
test do
0 commit comments