Skip to content

Commit 86e5976

Browse files
committed
fix(homebrew): 🐛 install helpers into Cellar libexec
1 parent 9028367 commit 86e5976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tangle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
def install
6666
bin.install "bin/git-tangle"
67-
(HOMEBREW_PREFIX/"libexec/tangle").install Dir["libexec/tangle/*"]
67+
libexec.install "libexec/tangle"
6868
end
6969
end
7070
RUBY

0 commit comments

Comments
 (0)