Skip to content

Commit ad01cbe

Browse files
nsheapsclaude
andauthored
fix: use correct install path in homebrew formula template (#3)
The formula uses archive tarball URL where the script is at bin/git-wt, not at the root. This fixes the "No such file or directory - git-wt" error when installing via homebrew. Co-authored-by: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
1 parent 39c743e commit ad01cbe

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ jobs:
141141
depends_on 'gum'
142142
143143
def install
144-
if build.head?
145-
bin.install 'bin/git-wt'
146-
else
147-
bin.install 'git-wt'
148-
end
144+
bin.install 'bin/git-wt'
149145
end
150146
151147
test do

0 commit comments

Comments
 (0)