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 deca21d commit eeca664Copy full SHA for eeca664
1 file changed
Makefile
@@ -29,10 +29,8 @@ clean:
29
30
# Install as gh extension
31
gh-install: build
32
- mkdir -p ~/.local/share/gh/extensions/gh-stack
33
- cp gh-stack ~/.local/share/gh/extensions/gh-stack/
34
- @# Clear macOS extended attributes that can cause hangs
35
- @xattr -c ~/.local/share/gh/extensions/gh-stack/gh-stack 2>/dev/null || true
+ gh extension remove gh-stack || true
+ gh extension install .
36
37
# Install development tools
38
tools:
0 commit comments