Skip to content

Commit 1c1a76f

Browse files
committed
fix(homebrew): 🐛 point formula to bin/git-tangle
1 parent 293464b commit 1c1a76f

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
@@ -63,7 +63,7 @@ jobs:
6363
license "MIT"
6464
6565
def install
66-
bin.install "git-tangle"
66+
bin.install "bin/git-tangle"
6767
end
6868
end
6969
RUBY

0 commit comments

Comments
 (0)